4 references to GetDisplayInfo
Microsoft.Extensions.Validation.ValidationsGenerator (4)
Parsers\ValidationsGenerator.TypesParser.cs (4)
130var (typeLiteralDisplayName, typeHasResourceDisplay) = typeSymbol.GetDisplayInfo(displayAttributeSymbol, displayNameAttributeSymbol); 254var (paramLiteral, paramHasResource) = parameter.GetDisplayInfo(displayAttributeSymbol, displayNameAttributeSymbol); 255var (propLiteral, propHasResource) = correspondingProperty.GetDisplayInfo(displayAttributeSymbol, displayNameAttributeSymbol); 310var (memberLiteral, memberHasResource) = member.GetDisplayInfo(displayAttributeSymbol, displayNameAttributeSymbol);