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