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