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)
273if (newTotalSize > _maxSize) 307if (_totalSize == _maxSize) 309throw Fx.Exception.AsError(CreateQuotaExceededException(_maxSize));