6 writes to Path
Microsoft.Extensions.Validation (6)
ValidatableParameterInfo.cs (1)
233
Path
= key,
ValidatablePropertyInfo.cs (1)
303
Path
= context.CurrentValidationPath,
ValidatableTypeInfo.cs (4)
356
Path
= key,
369
Path
= string.Empty,
464
Path
= key,
487
Path
= 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)
124
AddValidationErrorSuppressEvent(validationErrorContext.
Path
, validationErrorContext.Errors);
ValidationErrorContext.cs (1)
38
return $"{
Path
}: {string.Join(",", Errors)}";