1 write to maxSize
System.ServiceModel.Internals (1)
System\Runtime\BufferedOutputStream.cs (1)
101
this.
maxSize
= effectiveMaxSize;
3 references to maxSize
System.ServiceModel.Internals (3)
System\Runtime\BufferedOutputStream.cs (3)
274
if (newTotalSize > this.
maxSize
)
308
if (this.totalSize == this.
maxSize
)
310
throw Fx.Exception.AsError(CreateQuotaExceededException(this.
maxSize
));