3 implementations of IValidationErrorReporter
Microsoft.Extensions.Validation (3)
ValidatableParameterInfo.cs (1)
14
public abstract class ValidatableParameterInfo : IValidatableParameterInfo,
IValidationErrorReporter
ValidatablePropertyInfo.cs (1)
14
public abstract class ValidatablePropertyInfo : IValidatablePropertyInfo,
IValidationErrorReporter
ValidatableTypeInfo.cs (1)
14
public abstract class ValidatableTypeInfo : IValidatableTypeInfo,
IValidationErrorReporter
13 references to IValidationErrorReporter
Microsoft.Extensions.Validation (13)
ValidatableParameterInfo.cs (3)
66
((
IValidationErrorReporter
)this).ReportError(context, container: null, _requiredAttribute, result);
213
ValidationAttribute[]
IValidationErrorReporter
.GetValidationAttributes()
218
void
IValidationErrorReporter
.ReportError(ValidateContext context, object? container, ValidationAttribute attribute, ValidationResult result)
ValidatablePropertyInfo.cs (3)
91
((
IValidationErrorReporter
)this).ReportError(context, containingObject, _requiredAttribute, result);
284
ValidationAttribute[]
IValidationErrorReporter
.GetValidationAttributes()
289
void
IValidationErrorReporter
.ReportError(ValidateContext context, object? container, ValidationAttribute attribute, ValidationResult result)
ValidatableTypeInfo.cs (2)
441
ValidationAttribute[]
IValidationErrorReporter
.GetValidationAttributes()
446
void
IValidationErrorReporter
.ReportError(ValidateContext context, object? container, ValidationAttribute attribute, ValidationResult result)
ValidateContext.cs (5)
215
IValidationErrorReporter
reporter,
234
IValidationErrorReporter
reporter)
253
IValidationErrorReporter
reporter)
280
IValidationErrorReporter
reporter,
313
IValidationErrorReporter
reporter,