3 references to ThrowDuringEventSync
Microsoft.AspNetCore.Components.Tests (3)
RendererTest.cs (3)
4660
builder.AddComponentParameter(1, nameof(ErrorThrowingComponent.
ThrowDuringEventSync
), exception);
6100
if (
ThrowDuringEventSync
is not null)
6102
throw
ThrowDuringEventSync
;