1 write to _underlyingContext
System.Windows.Forms.UI.IntegrationTests (1)
Infra\DenyExecutionSynchronizationContext.cs (1)
22_underlyingContext = underlyingContext;
4 references to _underlyingContext
System.Windows.Forms.UI.IntegrationTests (4)
Infra\DenyExecutionSynchronizationContext.cs (4)
27internal SynchronizationContext UnderlyingContext => _underlyingContext; 58(_underlyingContext ?? new SynchronizationContext()).Post(d, state); 77(_underlyingContext ?? new SynchronizationContext()).Send(d, state); 83return new DenyExecutionSynchronizationContext(_underlyingContext.CreateCopy(), _mainThread, _failedTransfer);