1 write to locationWithin
System.ServiceModel (1)
System\UriTemplateTrieLocation.cs (1)
14
this.
locationWithin
= i;
7 references to locationWithin
System.ServiceModel (7)
System\UriTemplateTrieNode.cs (7)
226
switch (currentLocation.
locationWithin
)
397
Fx.Assert(kvp.Value.
locationWithin
== UriTemplateTrieIntraNodeLocation.BeforeLiteral, "forward-pointers should always point to a BeforeLiteral location");
400
Fx.Assert(kvp.Value.node.onFailure.
locationWithin
== UriTemplateTrieIntraNodeLocation.AfterLiteral, "back-pointer should be AfterLiteral");
421
Fx.Assert(location.
locationWithin
== UriTemplateTrieIntraNodeLocation.BeforeLiteral, "forward-pointers should always point to a BeforeLiteral location");
424
Fx.Assert(location.node.onFailure.
locationWithin
== UriTemplateTrieIntraNodeLocation.AfterCompound, "back-pointer should be AfterCompound");
431
Fx.Assert(current.nextVariableSegment.
locationWithin
== UriTemplateTrieIntraNodeLocation.BeforeLiteral, "forward-pointers should always point to a BeforeLiteral location");
434
Fx.Assert(current.nextVariableSegment.node.onFailure.
locationWithin
== UriTemplateTrieIntraNodeLocation.AfterVariable, "back-pointer should be AfterVariable");