1 write to trie
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
791this.trie = new Trie();
6 references to trie
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (6)
806TrieSegment segment = this.trie[(string)key]; 816TrieSegment segment = this.trie.Add((string)key); 825this.trie.Root.CollectXPathFilters(filters); 838TrieTraverser traverser = new TrieTraverser(this.trie.Root, segment); 867this.trie.Remove((string)key); 873this.trie.Trim();