1 write to maxSizeQuota
System.ServiceModel.Internals (1)
System\Runtime\BufferedOutputStream.cs (1)
100this.maxSizeQuota = maxSizeQuota;
2 references to maxSizeQuota
System.ServiceModel.Internals (2)
System\Runtime\BufferedOutputStream.cs (2)
270throw Fx.Exception.AsError(CreateQuotaExceededException(this.maxSizeQuota)); 276throw Fx.Exception.AsError(CreateQuotaExceededException(this.maxSizeQuota));