2 instantiations of DenyExecutionSynchronizationContext
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ControlTestBase.cs (1)
77_denyExecutionSynchronizationContext = new DenyExecutionSynchronizationContext(SynchronizationContext.Current!);
Infra\DenyExecutionSynchronizationContext.cs (1)
83return new DenyExecutionSynchronizationContext(_underlyingContext.CreateCopy(), _mainThread, _failedTransfer);
1 reference to DenyExecutionSynchronizationContext
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ControlTestBase.cs (1)
22private DenyExecutionSynchronizationContext? _denyExecutionSynchronizationContext;