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)
453Math.Min(FaultStringDecoder.FaultSizeQuota, connection.AsyncReadBufferSize), 467FaultStringDecoder.GetFaultException(decoder.Fault, via.ToString(), contentType)); 479Math.Min(FaultStringDecoder.FaultSizeQuota, connection.AsyncReadBufferSize), 494byte[] faultBuffer = Fx.AllocateByteArray(FaultStringDecoder.FaultSizeQuota); 507FaultStringDecoder.GetFaultException(decoder.Fault, via.ToString(), contentType));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (2)
647private FaultStringDecoder _faultDecoder; 805private FaultStringDecoder _faultDecoder;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
364throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(_decoder.Fault, _channel.RemoteAddress.Uri.ToString(), _messageEncoder.ContentType));