3 writes to treeOpcode
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (3)
141this.treeOpcode = tree; 202this.treeOpcode = treeNext; 217this.treeOpcode = treeNext;
8 references to treeOpcode
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (8)
165return this.treeOpcode; 183if (null == this.treeOpcode && null == this.insertOpcode) 191if (null == this.treeOpcode) 195if (this.treeOpcode.TestFlag(OpcodeFlags.Branch)) 197treeNext = this.treeOpcode.Locate(this.insertOpcode); 207if (!this.treeOpcode.Equals(this.insertOpcode)) 211treeNext = this.treeOpcode.Next; 214this.treePath.Add(this.treeOpcode);