4 instantiations of SingleThreadSynchronizationContext
Client.ChannelLayer.IntegrationTests (2)
DuplexChannelWithSynchronizationContext.cs (2)
37var syncCtx = new TestTypes.SingleThreadSynchronizationContext(true); 97var syncCtx = new TestTypes.SingleThreadSynchronizationContext(true);
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
253var syncCtx = new SingleThreadSynchronizationContext(true); 273var syncCtx = new SingleThreadSynchronizationContext(false);
24 references to SingleThreadSynchronizationContext
Client.ChannelLayer.IntegrationTests (6)
DuplexChannelWithSynchronizationContext.cs (6)
37var syncCtx = new TestTypes.SingleThreadSynchronizationContext(true); 97var syncCtx = new TestTypes.SingleThreadSynchronizationContext(true); 150TestTypes.SingleThreadSynchronizationContext.Run(() => 164Assert.IsType<TestTypes.SingleThreadSynchronizationContext>(SynchronizationContext.Current); 215TestTypes.SingleThreadSynchronizationContext.Run(() => 229Assert.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)
253var syncCtx = new SingleThreadSynchronizationContext(true); 273var syncCtx = new SingleThreadSynchronizationContext(false);
Security.TransportSecurity.IntegrationTests (2)
Tcp\StreamingTests.4.1.0.cs (2)
391TestTypes.SingleThreadSynchronizationContext.Run(() => 410TestTypes.SingleThreadSynchronizationContext.Run(() =>