Implemented interface member:
5 references to DisposeAsync
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
217await _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();