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