3 writes to GroupName
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationModels\ApiExplorerModel.cs (1)
26
GroupName
= other.GroupName;
ApplicationModels\DefaultApplicationModelProvider.cs (2)
185
controllerModel.ApiExplorer.
GroupName
= apiGroupName.GroupName;
293
actionModel.ApiExplorer.
GroupName
= apiGroupName.GroupName;
3 references to GroupName
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationModels\ApiExplorerModel.cs (1)
26
GroupName = other.
GroupName
;
ApplicationModels\ControllerActionDescriptorBuilder.cs (2)
138
GroupName = action.ApiExplorer?.
GroupName
?? controller.ApiExplorer?.
GroupName
,