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