6 writes to Path
Microsoft.Extensions.Validation (6)
ValidatableParameterInfo.cs (1)
233Path = key,
ValidatablePropertyInfo.cs (1)
303Path = context.CurrentValidationPath,
ValidatableTypeInfo.cs (4)
356Path = key, 369Path = string.Empty, 464Path = key, 487Path = context.CurrentValidationPath,
3 references to Path
Microsoft.AspNetCore.Components.Forms (1)
EditContextDataAnnotationsExtensions.cs (1)
345_validationPathToFieldIdentifierMapping[context.Path] =
Microsoft.Extensions.Validation (2)
ValidateContext.cs (1)
124AddValidationErrorSuppressEvent(validationErrorContext.Path, validationErrorContext.Errors);
ValidationErrorContext.cs (1)
38return $"{Path}: {string.Join(",", Errors)}";