1 write to _apiDescriptionGroups
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiDescriptionGroupCollectionProvider.cs (1)
42_apiDescriptionGroups = GetCollection(actionDescriptors);
3 references to _apiDescriptionGroups
Microsoft.AspNetCore.Mvc.ApiExplorer (3)
ApiDescriptionGroupCollectionProvider.cs (3)
40if (_apiDescriptionGroups == null || _apiDescriptionGroups.Version != actionDescriptors.Version) 45return _apiDescriptionGroups;