1 write to State
Microsoft.AspNetCore.Routing (1)
Matching\PolicyJumpTableEdge.cs (1)
18State = state ?? throw new System.ArgumentNullException(nameof(state));
4 references to State
Microsoft.AspNetCore.Routing (4)
Matching\AcceptsMatcherPolicy.cs (1)
307var mediaType = (string)e.State;
Matching\HostMatcherPolicy.cs (1)
297ordered[i] = (host: (EdgeKey)e.State, destination: e.Destination);
Matching\HttpMethodMatcherPolicy.cs (1)
320var key = (EdgeKey)edges[i].State;
Matching\NegotiationMatcherPolicy.cs (1)
337var key = (NegotiationEdgeKey)e.State;