3 writes to root
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (3)
630this.root = new TrieSegment(); 666this.root = null; 689this.root = null;
8 references to root
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (8)
575return this.root; 587TrieTraverser traverser = new TrieTraverser(this.root, newPrefix); // struct 628if (null == this.root) 648TrieTraverser traverser = new TrieTraverser(this.root, prefix); // struct 664if (null != this.root && this.root.CanPrune) 686if (trieSegment == this.root) 700this.root.Trim();