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