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