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)
380byte[] faultBuffer = ArrayPool<byte>.Shared.Rent(FaultStringDecoder.FaultSizeQuota); 382Math.Min(FaultStringDecoder.FaultSizeQuota, connection.ConnectionBufferSize)), 396FaultStringDecoder.GetFaultException(decoder.Fault, via.ToString(), contentType)); 408Math.Min(FaultStringDecoder.FaultSizeQuota, connection.ConnectionBufferSize)),
System\ServiceModel\Channels\FramingDecoders.cs (2)
633private FaultStringDecoder _faultDecoder; 803private FaultStringDecoder _faultDecoder;
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
250throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(_decoder.Fault, _channel.RemoteAddress.Uri.ToString(), _messageEncoder.ContentType));