3 references to ThrowDuringRender
Microsoft.AspNetCore.Components.Tests (3)
RendererTest.cs (3)
4553builder.AddComponentParameter(1, nameof(ErrorThrowingComponent.ThrowDuringRender), exception); 6087if (ThrowDuringRender is not null) 6089throw ThrowDuringRender;