7 references to AddComponentAsync
Microsoft.AspNetCore.Components.Server.Tests (7)
Circuits\CircuitHostTest.cs (7)
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);