5 instantiations of TestComponent
Microsoft.AspNetCore.Components.Server.Tests (5)
12 references to TestComponent
Microsoft.AspNetCore.Components.Server.Tests (12)
Circuits\RemoteRendererTest.cs (12)
39var component = new TestComponent(builder =>
60var component = new TestComponent(builder =>
84var component = new TestComponent(builder =>
110var component = new TestComponent(builder =>
148var component = new TestComponent(builder =>
483typeof(TestComponent),
519await webRootComponentManager.UpdateRootComponentAsync(1, typeof(TestComponent), key, WebRootComponentParameters.Empty);
539await webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.Empty);
558webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, CreateWebRootComponentParameters(parameters));
577webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, WebRootComponentParameters.Empty);
597webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, CreateWebRootComponentParameters(parameters));
682typeof(TestComponent),