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