3 writes to t_previousSyncContext
System.Windows.Forms (3)
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (3)
129t_previousSyncContext = null; 145t_previousSyncContext = currentContext; 170t_previousSyncContext = null;
3 references to t_previousSyncContext
System.Windows.Forms (3)
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (3)
132if (t_previousSyncContext is not null) 164AsyncOperationManager.SynchronizationContext = t_previousSyncContext is null 166: t_previousSyncContext;