4 references to _endpoints
Microsoft.AspNetCore.Routing (4)
Matching\DfaMatcherBuilder.cs (4)
64
_endpoints
.Add(endpoint);
72
var work = new List<DfaBuilderWorkerWorkItem>(
_endpoints
.Count);
79
for (var i = 0; i <
_endpoints
.Count; i++)
81
var endpoint =
_endpoints
[i];