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