3 references to AfterCompound
System.ServiceModel (3)
System\UriTemplateTrieNode.cs (3)
240
case UriTemplateTrieIntraNodeLocation.
AfterCompound
:
424
Fx.Assert(location.node.onFailure.locationWithin == UriTemplateTrieIntraNodeLocation.
AfterCompound
, "back-pointer should be AfterCompound");
585
nextNode.onFailure = new UriTemplateTrieLocation(this, UriTemplateTrieIntraNodeLocation.
AfterCompound
);