5 instantiations of TestComponent
Microsoft.AspNetCore.Components.Server.Tests (5)
12 references to TestComponent
Microsoft.AspNetCore.Components.Server.Tests (12)
Circuits\RemoteRendererTest.cs (12)
38var component = new TestComponent(builder =>
59var component = new TestComponent(builder =>
83var component = new TestComponent(builder =>
109var component = new TestComponent(builder =>
146var component = new TestComponent(builder =>
481typeof(TestComponent),
517await webRootComponentManager.UpdateRootComponentAsync(1, typeof(TestComponent), key, WebRootComponentParameters.Empty);
537await webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.Empty);
556webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, CreateWebRootComponentParameters(parameters));
575webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, WebRootComponentParameters.Empty);
595webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), key, CreateWebRootComponentParameters(parameters));
680typeof(TestComponent),