1 write to decoder
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
358this.decoder = preambleReader.Decoder;
12 references to decoder
System.ServiceModel (12)
System\ServiceModel\Channels\SessionConnectionReader.cs (12)
432throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException()); 439switch (decoder.CurrentState) 517if (!this.MessageEncoder.IsContentTypeSupported(decoder.ContentType)) 521SR.ContentTypeMismatch, decoder.ContentType, this.MessageEncoder.ContentType))); 527compressedMessageEncoder.SetSessionContentType(this.decoder.ContentType); 533int bytesDecoded = decoder.Decode(connectionBuffer, offset, size); 547new ProtocolException(SR.GetString(SR.UpgradeRequestToNonupgradableService, decoder.Upgrade))); 550if (!this.upgradeAcceptor.CanUpgrade(decoder.Upgrade)) 554new ProtocolException(SR.GetString(SR.UpgradeProtocolNotSupported, decoder.Upgrade))); 733switch (channel.decoder.CurrentState) 793throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(channel.decoder.CreatePrematureEOFException()); 993this.decoder = channel.decoder;