3 instantiations of ServerRenderModeSubclass
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
SSRRenderModeBoundaryTest.cs (3)
37httpContext, typeof(TestComponent), new ServerRenderModeSubclass())); 47PrepareEndpoint(httpContext, new ServerRenderModeSubclass()); 75PrepareEndpoint(httpContext, new ServerRenderModeSubclass());
1 reference to ServerRenderModeSubclass
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
SSRRenderModeBoundaryTest.cs (1)
38Assert.Contains($"A component of type '{typeof(TestComponent)}' has render mode '{nameof(ServerRenderModeSubclass)}'", ex.Message);