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)
74
return
_totalSize
;
199
buffer = _bufferManager.TakeBuffer(
_totalSize
);
209
bufferSize =
_totalSize
;
241
if ((int.MaxValue - size) <
_totalSize
)
246
int newTotalSize =
_totalSize
+ size;
281
if (
_totalSize
== _maxSize)