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