9 references to AddComponentAsync
Microsoft.AspNetCore.Components.Server.Tests (9)
Circuits\CircuitHostTest.cs (9)
537await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, parameters);
554await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, null, componentKey);
579await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1);
608await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, new Dictionary<string, object>()
613await AddComponentAsync<TestComponent>(circuitHost, 2, []);
647await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, new Dictionary<string, object>()
686await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, parameters);
705await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 0, new Dictionary<string, object>
709await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, new Dictionary<string, object>