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