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