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