1 write to GroupName
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ControllerActionDescriptorBuilder.cs (1)
138
GroupName
= action.ApiExplorer?.GroupName ?? controller.ApiExplorer?.GroupName,
1 reference to GroupName
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
525
return endpointGroupName?.EndpointGroupName ?? extensionData.
GroupName
;