2 references to HasIValidatableObjectInterface
Microsoft.Extensions.Validation.ValidationsGenerator (2)
Analyzers\ValidationsDiagnosticAnalyzer.cs (1)
144
ValidationsGenerator.
HasIValidatableObjectInterface
(type, wellKnownTypes))
Parsers\ValidationsGenerator.TypesParser.cs (1)
96
var hasTypeLevelValidation = HasValidationAttributes(typeSymbol, wellKnownTypes) ||
HasIValidatableObjectInterface
(typeSymbol, wellKnownTypes);