13 references to Count
Microsoft.AspNetCore.Mvc.Core (3)
Routing\ActionConstraintMatcherPolicy.cs (2)
83
for (var i = 0; i < candidateSet.
Count
; i++)
112
for (var i = 0; i < candidateSet.
Count
; i++)
Routing\DynamicControllerEndpointMatcherPolicy.cs (1)
69
for (var i = 0; i < candidates.
Count
; i++)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DynamicPageEndpointMatcherPolicy.cs (1)
71
for (var i = 0; i < candidates.
Count
; i++)
Microsoft.AspNetCore.Routing (9)
Matching\AcceptsMatcherPolicy.cs (1)
56
for (var i = 0; i < candidates.
Count
; i++)
Matching\CandidateSet.cs (5)
91
if ((uint)index >=
Count
)
112
if ((uint)index >=
Count
)
135
if ((uint)index >=
Count
)
168
if ((uint)index >=
Count
)
211
if ((uint)index >=
Count
)
Matching\HostMatcherPolicy.cs (1)
76
for (var i = 0; i < candidates.
Count
; i++)
Matching\HttpMethodMatcherPolicy.cs (1)
94
for (var i = 0; i < candidates.
Count
; i++)
Matching\NegotiationMatcherPolicy.cs (1)
106
for (var i = 0; i < candidates.
Count
; i++)