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