3 references to ThrowDuringParameterSettingAsync
Microsoft.AspNetCore.Components.Tests (3)
RendererTest.cs (3)
4620
builder.AddComponentParameter(1, nameof(ErrorThrowingComponent.
ThrowDuringParameterSettingAsync
), exceptionTcs?.Task);
6016
if (
ThrowDuringParameterSettingAsync
is not null)
6018
await
ThrowDuringParameterSettingAsync
;