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