2 writes to totalSize
System.ServiceModel.Internals (2)
System\Runtime\BufferedOutputStream.cs (2)
105this.totalSize = 0; 299this.totalSize = newTotalSize;
6 references to totalSize
System.ServiceModel.Internals (6)
System\Runtime\BufferedOutputStream.cs (6)
76return this.totalSize; 226buffer = this.bufferManager.TakeBuffer(this.totalSize); 236bufferSize = this.totalSize; 268if ((int.MaxValue - size) < this.totalSize) 273int newTotalSize = this.totalSize + size; 308if (this.totalSize == this.maxSize)