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