4 writes to position
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryNode.cs (4)
653this.position++; 665this.position++; 677this.position++; 920this.position = 0;
6 references to position
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryNode.cs (6)
654this.items[this.count++].Set(node, this.position, this.sizePosition); 666this.items[this.count++].Set(node, this.position, this.sizePosition); 678this.items[this.count++].Set(ref item, this.position, this.sizePosition); 926switch (this.position) 930this.items[sizePos].Size = this.position; 931this.items[sizePos + this.position - 1].Last = true;