1 instantiation of SingleThreadedSynchronizationContext
Microsoft.AspNetCore.Shared.Tests (1)
SingleThreadedSynchronizationContext.cs (1)
29var context = new SingleThreadedSynchronizationContext();
2 references to SingleThreadedSynchronizationContext
Microsoft.AspNetCore.Shared.Tests (2)
SingleThreadedSynchronizationContext.cs (2)
18throw new NotSupportedException($"{nameof(SingleThreadedSynchronizationContext)} does not support synchronous operations."); 29var context = new SingleThreadedSynchronizationContext();