2 writes to Size
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryNode.cs (2)
690this.items[this.count++].Size = size; 930this.items[sizePos].Size = this.position;
2 references to Size
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryNode.cs (2)
829int size = sequence.items[itemIndex].Size; 832return sequence.items[-size].Size;