1 write to State
Microsoft.AspNetCore.Routing (1)
Matching\PolicyNodeEdge.cs (1)
20State = state ?? throw new System.ArgumentNullException(nameof(state));
3 references to State
Microsoft.AspNetCore.Routing (3)
Matching\DfaMatcherBuilder.cs (2)
929Label = (parent.Label != null) ? parent.Label + " " + edge.State.ToString() : null, 938parent.AddPolicyEdge(edge.State, next);
Matching\PolicyNodeEdge.cs (1)
25/// Gets the endpoints that match the policy defined by <see cref="State"/>.