1 instantiation of EnumGroupAndName
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DataAnnotationsMetadataProvider.cs (1)
194new EnumGroupAndName(
8 references to EnumGroupAndName
Microsoft.AspNetCore.Mvc.Abstractions (3)
ModelBinding\EnumGroupAndName.cs (2)
14/// Initializes a new instance of the <see cref="EnumGroupAndName"/> structure. This constructor should 29/// Initializes a new instance of the <see cref="EnumGroupAndName"/> structure.
ModelBinding\ModelMetadata.cs (1)
270public abstract IEnumerable<KeyValuePair<EnumGroupAndName, string>>? EnumGroupedDisplayNamesAndValues { get; }
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointModelMetadata.cs (1)
29public override IEnumerable<KeyValuePair<EnumGroupAndName, string>>? EnumGroupedDisplayNamesAndValues { get; }
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Metadata\DefaultModelMetadata.cs (1)
230public override IEnumerable<KeyValuePair<EnumGroupAndName, string>>? EnumGroupedDisplayNamesAndValues
ModelBinding\Metadata\DisplayMetadata.cs (1)
145public IEnumerable<KeyValuePair<EnumGroupAndName, string>>? EnumGroupedDisplayNamesAndValues { get; set; }
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
175var groupedDisplayNamesAndValues = new List<KeyValuePair<EnumGroupAndName, string>>(); 193groupedDisplayNamesAndValues.Add(new KeyValuePair<EnumGroupAndName, string>(