4 references to ThrowDuringEventAsync
Microsoft.AspNetCore.Components.Tests (4)
RendererTest.cs (4)
4698
builder.AddComponentParameter(1, nameof(ErrorThrowingComponent.
ThrowDuringEventAsync
), exceptionTcs.Task);
4745
builder.AddComponentParameter(1, nameof(ErrorThrowingComponent.
ThrowDuringEventAsync
), exceptionTcs.Task);
6042
if (
ThrowDuringEventAsync
is not null)
6044
await
ThrowDuringEventAsync
;