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