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)
300if (_synchronizationContext != thread._synchronizationContext) 303thread._synchronizationContext = _synchronizationContext;