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