4 instantiations of FaultStringDecoder
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (4)
709
_faultDecoder = new
FaultStringDecoder
();
732
_faultDecoder = new
FaultStringDecoder
();
854
_faultDecoder = new
FaultStringDecoder
();
895
_faultDecoder = new
FaultStringDecoder
();
8 references to FaultStringDecoder
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (5)
453
Math.Min(
FaultStringDecoder
.FaultSizeQuota, connection.AsyncReadBufferSize),
467
FaultStringDecoder
.GetFaultException(decoder.Fault, via.ToString(), contentType));
479
Math.Min(
FaultStringDecoder
.FaultSizeQuota, connection.AsyncReadBufferSize),
494
byte[] faultBuffer = Fx.AllocateByteArray(
FaultStringDecoder
.FaultSizeQuota);
507
FaultStringDecoder
.GetFaultException(decoder.Fault, via.ToString(), contentType));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (2)
647
private
FaultStringDecoder
_faultDecoder;
805
private
FaultStringDecoder
_faultDecoder;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
364
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
FaultStringDecoder
.GetFaultException(_decoder.Fault, _channel.RemoteAddress.Uri.ToString(), _messageEncoder.ContentType));