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