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