1 instantiation of AsyncDisposableState
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
EndpointHtmlRendererTest.cs (1)
756
var state = new
AsyncDisposableState
();
2 references to AsyncDisposableState
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
EndpointHtmlRendererTest.cs (2)
756
var
state = new AsyncDisposableState();
1840
[Parameter] public
AsyncDisposableState
State { get; set; }