6 references to IsValidationFaulted
Microsoft.AspNetCore.Components.Forms (5)
EditContext.cs (5)
426/// and <see cref="IsValidationFaulted(in FieldIdentifier)"/>. If a task is already tracked 435/// <see cref="IsValidationFaulted(in FieldIdentifier)"/>, and <paramref name="cts"/> is disposed. 505/// to also see the final <see cref="IsValidationFaulted(in FieldIdentifier)"/> value. 549=> IsValidationFaulted(FieldIdentifier.Create(accessor)); 556/// For per-field validator faults from <see cref="AddValidationTask"/>, use the <see cref="IsValidationFaulted(in FieldIdentifier)"/> overload.
Microsoft.AspNetCore.Components.Web (1)
Forms\FieldCssClassProvider.cs (1)
44if (editContext.IsValidationFaulted(fieldIdentifier))