2 references to AsyncContext
Microsoft.Extensions.AsyncState (2)
AsyncStateExtensions.cs (2)
27
services.TryAddSingleton(typeof(IAsyncContext<>), typeof(
AsyncContext
<>));
29
services.TryAddSingleton(typeof(IAsyncLocalContext<>), typeof(
AsyncContext
<>));