3 references to AfterVariable
System.ServiceModel (3)
System\UriTemplateTrieNode.cs (3)
246
case UriTemplateTrieIntraNodeLocation.
AfterVariable
:
434
Fx.Assert(current.nextVariableSegment.node.onFailure.locationWithin == UriTemplateTrieIntraNodeLocation.
AfterVariable
, "back-pointer should be AfterVariable");
619
newNode.onFailure = new UriTemplateTrieLocation(this, UriTemplateTrieIntraNodeLocation.
AfterVariable
);