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)
75
return
_totalSize
;
225
buffer = _bufferManager.TakeBuffer(
_totalSize
);
235
bufferSize =
_totalSize
;
267
if ((int.MaxValue - size) <
_totalSize
)
272
int newTotalSize =
_totalSize
+ size;
307
if (
_totalSize
== _maxSize)