4 references to _description
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (4)
112
get =>
_description
.Value;
113
set =>
_description
.Value = value;
185
_description
.ResourceType = value;
355
public string? GetDescription() =>
_description
.GetLocalizableValue();