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