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