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