2 writes to Endpoint
Microsoft.AspNetCore.Routing (2)
Matching\Candidate.cs (2)
52
Endpoint
= endpoint;
73
Endpoint
= endpoint;
7 references to Endpoint
Microsoft.AspNetCore.Routing (7)
Matching\CandidateSet.cs (1)
59
Candidates[i] = new CandidateState(candidates[i].
Endpoint
, candidates[i].Score);
Matching\DfaMatcher.cs (6)
78
httpContext.SetEndpoint(candidate.
Endpoint
);
122
state = new CandidateState(candidate.
Endpoint
, candidate.Score);
161
if (!ProcessComplexSegments(candidate.
Endpoint
, candidate.ComplexSegments, path, segments, state.Values))
171
if (!ProcessConstraints(candidate.
Endpoint
, candidate.Constraints, httpContext, state.Values))
182
Log.CandidateValid(_logger, path, candidate.
Endpoint
);
186
Log.CandidateNotValid(_logger, path, candidate.
Endpoint
);