1 write to _maxSize
System.ServiceModel.Primitives (1)
Internals\System\Runtime\BufferedOutputStream.cs (1)
100
_maxSize
= effectiveMaxSize;
3 references to _maxSize
System.ServiceModel.Primitives (3)
Internals\System\Runtime\BufferedOutputStream.cs (3)
273
if (newTotalSize >
_maxSize
)
307
if (_totalSize ==
_maxSize
)
309
throw Fx.Exception.AsError(CreateQuotaExceededException(
_maxSize
));