1 write to _isDefaultEndpointSelector
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcher.cs (1)
28
_isDefaultEndpointSelector
= selector is DefaultEndpointSelector;
2 references to _isDefaultEndpointSelector
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcher.cs (2)
71
if (candidateCount == 1 && policyCount == 0 &&
_isDefaultEndpointSelector
)
101
var useFastPath = policyCount == 0 &&
_isDefaultEndpointSelector
;