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