4 references to _name
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (4)
87
get =>
_name
.Value;
88
set =>
_name
.Value = value;
184
_name
.ResourceType = value;
332
public string? GetName() =>
_name
.GetLocalizableValue();