2 writes to _totalSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (2)
103_totalSize = 0; 272_totalSize = newTotalSize;
6 references to _totalSize
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (6)
74return _totalSize; 199buffer = _bufferManager.TakeBuffer(_totalSize); 209bufferSize = _totalSize; 241if ((int.MaxValue - size) < _totalSize) 246int newTotalSize = _totalSize + size; 281if (_totalSize == _maxSize)