8 references to BeforeLiteral
System.ServiceModel (8)
System\UriTemplateTrieNode.cs (8)
53
UriTemplateTrieLocation currentLocation = new UriTemplateTrieLocation(this, UriTemplateTrieIntraNodeLocation.
BeforeLiteral
);
228
case UriTemplateTrieIntraNodeLocation.
BeforeLiteral
:
397
Fx.Assert(kvp.Value.locationWithin == UriTemplateTrieIntraNodeLocation.
BeforeLiteral
, "forward-pointers should always point to a BeforeLiteral location");
421
Fx.Assert(location.locationWithin == UriTemplateTrieIntraNodeLocation.
BeforeLiteral
, "forward-pointers should always point to a BeforeLiteral location");
431
Fx.Assert(current.nextVariableSegment.locationWithin == UriTemplateTrieIntraNodeLocation.
BeforeLiteral
, "forward-pointers should always point to a BeforeLiteral location");
586
nextLocation = new UriTemplateTrieLocation(nextNode, UriTemplateTrieIntraNodeLocation.
BeforeLiteral
);
606
this.nextLiteralSegment.Add(lps, new UriTemplateTrieLocation(newNode, UriTemplateTrieIntraNodeLocation.
BeforeLiteral
));
620
this.nextVariableSegment = new UriTemplateTrieLocation(newNode, UriTemplateTrieIntraNodeLocation.
BeforeLiteral
);