1 reference to HasIValidatableObjectInterface
Microsoft.Extensions.Validation.ValidationsGenerator (1)
Parsers\ValidationsGenerator.TypesParser.cs (1)
85
var hasTypeLevelValidation = HasValidationAttributes(typeSymbol, wellKnownTypes) ||
HasIValidatableObjectInterface
(typeSymbol, wellKnownTypes);