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