1 write to Endpoints
Microsoft.AspNetCore.Routing (1)
Matching\PolicyNodeEdge.cs (1)
21
Endpoints
= endpoints ?? throw new System.ArgumentNullException(nameof(endpoints));
2 references to Endpoints
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcherBuilder.cs (2)
932
if (edge.
Endpoints
.Count > 0)
934
next.AddMatches(edge.
Endpoints
);