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