4 references to _shortName
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (4)
62get => _shortName.Value; 63set => _shortName.Value = value; 183_shortName.ResourceType = value; 305public string? GetShortName() => _shortName.GetLocalizableValue() ?? GetName();