5 instantiations of TestComponent
Microsoft.AspNetCore.Components.Server.Tests (5)
12 references to TestComponent
Microsoft.AspNetCore.Components.Server.Tests (12)
Circuits\RemoteRendererTest.cs (12)
34var component = new TestComponent(builder =>
55var component = new TestComponent(builder =>
79var component = new TestComponent(builder =>
105var component = new TestComponent(builder =>
141var component = new TestComponent(builder =>
480typeof(TestComponent),
516await webRootComponentManager.UpdateRootComponentAsync(1, typeof(TestComponent), key, WebRootComponentParameters.Empty);
536await webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.Empty);
555webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, CreateWebRootComponentParameters(parameters));
574webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, WebRootComponentParameters.Empty);
594webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, CreateWebRootComponentParameters(parameters));
679typeof(TestComponent),