4 references to ThrowDuringEventAsync
Microsoft.AspNetCore.Components.Tests (4)
RendererTest.cs (4)
4699
builder.AddComponentParameter(1, nameof(ErrorThrowingComponent.
ThrowDuringEventAsync
), exceptionTcs.Task);
4746
builder.AddComponentParameter(1, nameof(ErrorThrowingComponent.
ThrowDuringEventAsync
), exceptionTcs.Task);
6105
if (
ThrowDuringEventAsync
is not null)
6107
await
ThrowDuringEventAsync
;