1 write to _maxSizeQuota
System.ServiceModel.Primitives (1)
Internals\System\Runtime\BufferedOutputStream.cs (1)
99
_maxSizeQuota
= maxSizeQuota;
2 references to _maxSizeQuota
System.ServiceModel.Primitives (2)
Internals\System\Runtime\BufferedOutputStream.cs (2)
269
throw Fx.Exception.AsError(CreateQuotaExceededException(
_maxSizeQuota
));
275
throw Fx.Exception.AsError(CreateQuotaExceededException(
_maxSizeQuota
));