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