4 instantiations of FaultStringDecoder
System.ServiceModel (4)
System\ServiceModel\Channels\FramingDecoders.cs (4)
1438
faultDecoder = new
FaultStringDecoder
();
1461
faultDecoder = new
FaultStringDecoder
();
1584
faultDecoder = new
FaultStringDecoder
();
1625
faultDecoder = new
FaultStringDecoder
();
8 references to FaultStringDecoder
System.ServiceModel (8)
System\ServiceModel\Channels\FramingChannels.cs (5)
957
byte[] faultBuffer = DiagnosticUtility.Utility.AllocateByteArray(
FaultStringDecoder
.FaultSizeQuota);
970
FaultStringDecoder
.GetFaultException(decoder.Fault, via.ToString(), contentType));
1111
if (connection.BeginRead(0, Math.Min(
FaultStringDecoder
.FaultSizeQuota, connection.AsyncReadBufferSize),
1135
FaultStringDecoder
.GetFaultException(decoder.Fault, via.ToString(), contentType));
1146
if (connection.BeginRead(0, Math.Min(
FaultStringDecoder
.FaultSizeQuota, connection.AsyncReadBufferSize),
System\ServiceModel\Channels\FramingDecoders.cs (2)
1374
FaultStringDecoder
faultDecoder;
1534
FaultStringDecoder
faultDecoder;
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1582
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
FaultStringDecoder
.GetFaultException(decoder.Fault, channel.RemoteAddress.Uri.ToString(), messageEncoder.ContentType));