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