4 references to _groupName
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (4)
162get => _groupName.Value; 163set => _groupName.Value = value; 187_groupName.ResourceType = value; 401public string? GetGroupName() => _groupName.GetLocalizableValue();