[release/9.0-staging] Move ComWrappers AddRef to C/C++ by github-actions[bot] · Pull Request #110815 · dotnet/runtime
and others added 8 commits
December 18, 2024 15:24Xaml invokes AddRef while holding a lock that it *also* holds while a GC is in progress. Managed AddRef had to synchronize with the GC that caused intermittent deadlocks with the other thread holding Xaml's lock. This change reverts the managed AddRef implementation to match .NET Native and CoreCLR. Fixes #110747
jkotas
deleted the
backport/pr-110762-to-release/9.0-staging
branch
This was referenced
Jan 8, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters