3 writes to previousSyncContext
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs (3)
128
previousSyncContext
= null;
140
previousSyncContext
= currentContext;
177
previousSyncContext
= null;
3 references to previousSyncContext
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs (3)
131
if (
previousSyncContext
!= null) {
169
if (
previousSyncContext
== null) {
173
AsyncOperationManager.SynchronizationContext =
previousSyncContext
;