1 write to _synchronizationContext
System.Private.CoreLib (1)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
293
_synchronizationContext
= thread._synchronizationContext;
2 references to _synchronizationContext
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
300
if (
_synchronizationContext
!= thread._synchronizationContext)
303
thread._synchronizationContext =
_synchronizationContext
;