1 write to _endpointSelectorPolicies
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
48
_endpointSelectorPolicies
= endpointSelectorPolicies;
2 references to _endpointSelectorPolicies
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcherBuilder.cs (2)
652
for (var i = 0; i <
_endpointSelectorPolicies
.Length; i++)
654
var endpointSelectorPolicy =
_endpointSelectorPolicies
[i];