1 write to _decoder
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
319_decoder = decoder;
9 references to _decoder
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (9)
328if (!(_decoder.CurrentState == ClientFramingDecoderState.End 329|| _decoder.CurrentState == ClientFramingDecoderState.EnvelopeEnd 330|| _decoder.CurrentState == ClientFramingDecoderState.ReadingUpgradeRecord 331|| _decoder.CurrentState == ClientFramingDecoderState.UpgradeResponse)) 333throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_decoder.CreatePrematureEOFException()); 346int bytesRead = _decoder.Decode(buffer, offset, size); 360switch (_decoder.CurrentState) 364throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(_decoder.Fault, _channel.RemoteAddress.Uri.ToString(), _messageEncoder.ContentType)); 371int envelopeSize = _decoder.EnvelopeSize;