5 writes to lastOpcode
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (5)
29
this.
lastOpcode
= newBlock.Last;
40
this.
lastOpcode
= this.diverger.TreePath[this.diverger.TreePath.Count - 1];
61
this.
lastOpcode
= newBlock.Last;
74
this.
lastOpcode
= branches[i];
81
this.
lastOpcode
= this.diverger.TreeOpcode;
1 reference to lastOpcode
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (1)
21
return this.
lastOpcode
;