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