1 write to decoder
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
993this.decoder = channel.decoder;
7 references to decoder
System.ServiceModel (7)
System\ServiceModel\Channels\SessionConnectionReader.cs (7)
994this.contentType = this.decoder.ContentType; 1003if (!(decoder.CurrentState == ServerSessionDecoder.State.End || decoder.CurrentState == ServerSessionDecoder.State.EnvelopeEnd)) 1005throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException()); 1013int bytesRead = decoder.Decode(buffer, offset, size); 1029switch (decoder.CurrentState) 1032int envelopeSize = decoder.EnvelopeSize;