2 instantiations of AsyncServiceScope
Microsoft.Extensions.DependencyInjection.Abstractions (2)
30 references to AsyncServiceScope
Aspire.Hosting.RemoteHost (1)
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Server (3)
Microsoft.AspNetCore.Components.WebAssembly (3)
Microsoft.AspNetCore.Components.WebView (3)
Microsoft.AspNetCore.Diagnostics (2)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.SignalR.Core (8)
Internal\DefaultHubDispatcher.cs (8)
85await using var scope = _serviceScopeFactory.CreateAsyncScope();
122await using var scope = _serviceScopeFactory.CreateAsyncScope();
169await using var scope = _serviceScopeFactory.CreateAsyncScope();
370var scope = _serviceScopeFactory.CreateAsyncScope();
436AsyncServiceScope scope,
568THub? hub, AsyncServiceScope scope)
586private async Task StreamAsync(string invocationId, HubConnectionContext connection, HubCallerContext hubCallerContext, object?[] arguments, AsyncServiceScope scope,
817HubConnectionContext connection, AsyncServiceScope scope, ref object?[] arguments, out CancellationTokenSource? cts)
Microsoft.Extensions.DependencyInjection.Abstractions (7)
Microsoft.Extensions.Diagnostics.HealthChecks (1)