2 writes to GroupName
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
DefaultApiDescriptionProvider.cs (1)
105
GroupName
= groupName,
EndpointMetadataApiDescriptionProvider.cs (1)
103
GroupName
= routeEndpoint.Metadata.GetMetadata<IEndpointGroupNameMetadata>()?.EndpointGroupName,
2 references to GroupName
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
ApiDescriptionGroup.cs (1)
10
/// Endpoints are grouped by their <see cref="ApiDescription.
GroupName
"/>, which can be set
ApiDescriptionGroupCollectionProvider.cs (1)
78
.GroupBy(d => d.
GroupName
)