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