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();
437AsyncServiceScope scope,
570THub? hub, AsyncServiceScope scope)
588private async Task StreamAsync(string invocationId, HubConnectionContext connection, HubCallerContext hubCallerContext, object?[] arguments, AsyncServiceScope scope,
823HubConnectionContext connection, AsyncServiceScope scope, ref object?[] arguments,
Microsoft.Extensions.DependencyInjection.Abstractions (7)
Microsoft.Extensions.Diagnostics.HealthChecks (1)