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