2 references to FindPropertyIncludingBaseTypes
Microsoft.AspNetCore.Http.ValidationsGenerator (2)
Extensions\ITypeSymbolExtensions.cs (1)
122
return
FindPropertyIncludingBaseTypes
(baseType, propertyName);
Parsers\ValidationsGenerator.TypesParser.cs (1)
109
namedType.
FindPropertyIncludingBaseTypes
(p.Name) != null));