1 write to _synchronizationContext
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Progress.cs (1)
34
_synchronizationContext
= SynchronizationContext.Current ?? ProgressStatics.DefaultContext;
2 references to _synchronizationContext
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Progress.cs (2)
35
Debug.Assert(
_synchronizationContext
!= null);
75
_synchronizationContext
.Post(_invokeHandlers, value);