1 instantiation of TestComponent
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\CircuitHostTest.cs (1)
659
var component = new
TestComponent
(builder =>
3 references to TestComponent
Microsoft.AspNetCore.Components.Server.Tests (3)
Circuits\CircuitHostTest.cs (3)
659
var
component = new TestComponent(builder =>
1158
await AddComponentAsync<
TestComponent
>(circuitHost, 2, []);
1169
() => UpdateComponentAsync<
TestComponent
/* Note the incorrect component type */>(circuitHost, 1, parameters));