1 write to _syncContext
Microsoft.Win32.SystemEvents (1)
Microsoft\Win32\SystemEvents.cs (1)
1246
_syncContext
= AsyncOperationManager.SynchronizationContext;
2 references to _syncContext
Microsoft.Win32.SystemEvents (2)
Microsoft\Win32\SystemEvents.cs (2)
1255
if (
_syncContext
== null)
1262
_syncContext
.Send(new SendOrPostCallback(InvokeCallback), args);