2 writes to Last
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
290newSeq.Items[newSeq.Count - 1].Last = true; // maintain nodeset boundaries...
System\ServiceModel\Dispatcher\QueryNode.cs (1)
931this.items[sizePos + this.position - 1].Last = true;
2 references to Last
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
288if (items[n].Last && null != newSeq)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
1247if (this.items[this.index].Last)