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