7 references to AddComponentAsync
Microsoft.AspNetCore.Components.Server.Tests (7)
Circuits\CircuitHostTest.cs (7)
428await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, parameters);
445await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, null, componentKey);
470await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1);
499await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, new Dictionary<string, object>()
504await AddComponentAsync<TestComponent>(circuitHost, 2, []);
538await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, new Dictionary<string, object>()
577await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, parameters);