5 references to Count
Microsoft.Extensions.DependencyInjection (5)
ServiceLookup\CallSiteFactory.cs (5)
295int slot = descriptors.Count; 297callSites = new ServiceCallSite[descriptors.Count]; 298for (int i = 0; i < descriptors.Count; i++) 843if (index >= Count) 861return Count - 1;