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