3 writes to GroupName
Microsoft.AspNetCore.Grpc.Swagger (1)
Internal\GrpcJsonTranscodingDescriptionProvider.cs (1)
95
apiDescription.
GroupName
= explorerSettings.GroupName;
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
DefaultApiDescriptionProvider.cs (1)
105
GroupName
= groupName,
EndpointMetadataApiDescriptionProvider.cs (1)
103
GroupName
= routeEndpoint.Metadata.GetMetadata<IEndpointGroupNameMetadata>()?.EndpointGroupName,
4 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
)
Microsoft.AspNetCore.OpenApi (2)
Services\OpenApiOptions.cs (2)
32
ShouldInclude = (description) => description.
GroupName
== null || string.Equals(description.
GroupName
, DocumentName, StringComparison.OrdinalIgnoreCase);