2 writes to _totalSize
System.ServiceModel.Primitives (2)
Internals\System\Runtime\BufferedOutputStream.cs (2)
104_totalSize = 0; 298_totalSize = newTotalSize;
6 references to _totalSize
System.ServiceModel.Primitives (6)
Internals\System\Runtime\BufferedOutputStream.cs (6)
75return _totalSize; 225buffer = _bufferManager.TakeBuffer(_totalSize); 235bufferSize = _totalSize; 267if ((int.MaxValue - size) < _totalSize) 272int newTotalSize = _totalSize + size; 307if (_totalSize == _maxSize)