1 write to decoder
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionModeReader.cs (1)
195this.decoder = new ServerModeDecoder();
6 references to decoder
System.ServiceModel (6)
System\ServiceModel\Channels\ConnectionModeReader.cs (6)
42get { return decoder.StreamPosition; } 89bytesDecoded = decoder.Decode(buffer, offset, size); 111if (decoder.CurrentState == ServerModeDecoder.State.Done) 161if (this.decoder.StreamPosition == 0) // client timed out a cached connection 168throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException()); 190return decoder.Mode;