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