2 references to AttachThrowingComponent
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (2)
4007
builder.OpenComponent<
AttachThrowingComponent
>(0);
4017
Assert.Same(
AttachThrowingComponent
.Exception, Assert.Single(renderer.HandledExceptions).GetBaseException());