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