1 write to _decoder
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
202_decoder = decoder;
9 references to _decoder
System.ServiceModel.NetFramingBase (9)
System\ServiceModel\Channels\SessionConnectionReader.cs (9)
211if (!(_decoder.CurrentState == ClientFramingDecoderState.End 212|| _decoder.CurrentState == ClientFramingDecoderState.EnvelopeEnd 213|| _decoder.CurrentState == ClientFramingDecoderState.ReadingUpgradeRecord 214|| _decoder.CurrentState == ClientFramingDecoderState.UpgradeResponse)) 216throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_decoder.CreatePrematureEOFException()); 229int bytesRead = _decoder.Decode(buffer, offset, size); 246switch (_decoder.CurrentState) 250throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(_decoder.Fault, _channel.RemoteAddress.Uri.ToString(), _messageEncoder.ContentType)); 257int envelopeSize = _decoder.EnvelopeSize;