4 instantiations of SingleThreadSynchronizationContext
Client.ChannelLayer.IntegrationTests (2)
DuplexChannelWithSynchronizationContext.cs (2)
38var syncCtx = new TestTypes.SingleThreadSynchronizationContext(true); 99var syncCtx = new TestTypes.SingleThreadSynchronizationContext(true);
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
254var syncCtx = new SingleThreadSynchronizationContext(true); 274var syncCtx = new SingleThreadSynchronizationContext(false);
24 references to SingleThreadSynchronizationContext
Client.ChannelLayer.IntegrationTests (6)
DuplexChannelWithSynchronizationContext.cs (6)
38var syncCtx = new TestTypes.SingleThreadSynchronizationContext(true); 99var syncCtx = new TestTypes.SingleThreadSynchronizationContext(true); 153TestTypes.SingleThreadSynchronizationContext.Run(() => 167Assert.IsType<TestTypes.SingleThreadSynchronizationContext>(SynchronizationContext.Current); 218TestTypes.SingleThreadSynchronizationContext.Run(() => 232Assert.IsType<TestTypes.SingleThreadSynchronizationContext>(SynchronizationContext.Current);
Client.TypedClient.IntegrationTests (6)
TypedProxyTests.4.0.0.cs (4)
70SingleThreadSynchronizationContext.Run(() => 104SingleThreadSynchronizationContext.Run(() => 158TestTypes.SingleThreadSynchronizationContext.Run(() => 190SingleThreadSynchronizationContext.Run(async delegate
TypedProxyTests.4.1.0.cs (2)
24SingleThreadSynchronizationContext.Run(() => 38SingleThreadSynchronizationContext.Run(() =>
Contract.Service.IntegrationTests (8)
ServiceContractTests.4.0.0.cs (4)
334TestTypes.SingleThreadSynchronizationContext.Run(() => 387TestTypes.SingleThreadSynchronizationContext.Run(() => 438TestTypes.SingleThreadSynchronizationContext.Run(() => 488TestTypes.SingleThreadSynchronizationContext.Run(() =>
ServiceContractTests.4.1.0.cs (4)
208TestTypes.SingleThreadSynchronizationContext.Run(() => 222TestTypes.SingleThreadSynchronizationContext.Run(() => 612TestTypes.SingleThreadSynchronizationContext.Run(() => 626TestTypes.SingleThreadSynchronizationContext.Run(() =>
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
254var syncCtx = new SingleThreadSynchronizationContext(true); 274var syncCtx = new SingleThreadSynchronizationContext(false);
Security.TransportSecurity.IntegrationTests (2)
Tcp\StreamingTests.4.1.0.cs (2)
383TestTypes.SingleThreadSynchronizationContext.Run(() => 401TestTypes.SingleThreadSynchronizationContext.Run(() =>