3 references to ValidateAllAttributesSynchronously
Microsoft.Extensions.Validation (3)
ValidatableParameterInfo.cs (1)
170context.ValidateAllAttributesSynchronously(value, null, this);
ValidatablePropertyInfo.cs (1)
233context.ValidateAllAttributesSynchronously(propertyValue, containingObject, this);
ValidatableTypeInfo.cs (1)
296context.ValidateAllAttributesSynchronously(value, value, this);