4 instantiations of FaultStringDecoder
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\FramingDecoders.cs (4)
701
_faultDecoder = new
FaultStringDecoder
();
724
_faultDecoder = new
FaultStringDecoder
();
855
_faultDecoder = new
FaultStringDecoder
();
896
_faultDecoder = new
FaultStringDecoder
();
7 references to FaultStringDecoder
System.ServiceModel.NetFramingBase (7)
System\ServiceModel\Channels\FramingChannels.cs (4)
380
byte[] faultBuffer = ArrayPool<byte>.Shared.Rent(
FaultStringDecoder
.FaultSizeQuota);
382
Math.Min(
FaultStringDecoder
.FaultSizeQuota, connection.ConnectionBufferSize)),
396
FaultStringDecoder
.GetFaultException(decoder.Fault, via.ToString(), contentType));
408
Math.Min(
FaultStringDecoder
.FaultSizeQuota, connection.ConnectionBufferSize)),
System\ServiceModel\Channels\FramingDecoders.cs (2)
633
private
FaultStringDecoder
_faultDecoder;
803
private
FaultStringDecoder
_faultDecoder;
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
250
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
FaultStringDecoder
.GetFaultException(_decoder.Fault, _channel.RemoteAddress.Uri.ToString(), _messageEncoder.ContentType));