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)
35Debug.Assert(_synchronizationContext != null); 75_synchronizationContext.Post(_invokeHandlers, value);