Implemented interface member:
6 references to DisposeAsync
Microsoft.AspNetCore.Components (1)
OwningComponentBase.cs (1)
89await _scope.Value.DisposeAsync().ConfigureAwait(false);
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
237await _scope.DisposeAsync();
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHost.cs (1)
88await _scope.DisposeAsync();
Microsoft.AspNetCore.Components.WebView (1)
PageContext.cs (1)
58await _serviceScope.DisposeAsync();
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureInheritanceTests.cs (1)
90await scope.DisposeAsync();
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
508return scope.DisposeAsync();