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