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