4 references to FaultSizeQuota
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (3)
453
Math.Min(FaultStringDecoder.
FaultSizeQuota
, connection.AsyncReadBufferSize),
479
Math.Min(FaultStringDecoder.
FaultSizeQuota
, connection.AsyncReadBufferSize),
494
byte[] faultBuffer = Fx.AllocateByteArray(FaultStringDecoder.
FaultSizeQuota
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (1)
250
: base(
FaultSizeQuota
)