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