1 write to _selector
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcher.cs (1)
25
_selector
= selector;
2 references to _selector
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcher.cs (2)
202
return
_selector
.SelectAsync(httpContext, new CandidateSet(candidateStateArray));
332
await
_selector
.SelectAsync(httpContext, candidateSet);