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