Implemented interface member:
4 references to DisposeAsync
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
239await Renderer.DisposeAsync();
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\HtmlRenderer.cs (1)
34=> _passiveHtmlRenderer.DisposeAsync();
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHost.cs (1)
97await _renderer.DisposeAsync();
Microsoft.AspNetCore.Components.WebView (1)
PageContext.cs (1)
62await Renderer.DisposeAsync();