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