1 write to sizePosition
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
921
this.
sizePosition
= -this.count;
5 references to sizePosition
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryNode.cs (5)
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
);
929
int sizePos = -this.
sizePosition
;
938
this.items[-this.
sizePosition
].SetSizeAndLast();