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)
27
internal SynchronizationContext UnderlyingContext =>
_underlyingContext
;
58
(
_underlyingContext
?? new SynchronizationContext()).Post(d, state);
77
(
_underlyingContext
?? new SynchronizationContext()).Send(d, state);
83
return new DenyExecutionSynchronizationContext(
_underlyingContext
.CreateCopy(), _mainThread, _failedTransfer);