1 write to _maxSizeQuota
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (1)
98
_maxSizeQuota
= maxSizeQuota;
2 references to _maxSizeQuota
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (2)
243
throw Fx.Exception.AsError(CreateQuotaExceededException(
_maxSizeQuota
));
249
throw Fx.Exception.AsError(CreateQuotaExceededException(
_maxSizeQuota
));