3 references to ThrowDuringParameterSettingSync
Microsoft.AspNetCore.Components.Tests (3)
RendererTest.cs (3)
4583
builder.AddComponentParameter(1, nameof(ErrorThrowingComponent.
ThrowDuringParameterSettingSync
), exception);
6011
if (
ThrowDuringParameterSettingSync
is not null)
6013
throw
ThrowDuringParameterSettingSync
;