2 writes to decoder
System.ServiceModel (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
184this.decoder = new ClientSingletonDecoder(0); 190this.decoder = new ClientSingletonDecoder(0);
3 references to decoder
System.ServiceModel (3)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (3)
168get { return this.decoder; } 185return channel.SendPreamble(connection, ref timeoutHelper, this.decoder, out this.remoteSecurity); 191return new SendPreambleAsyncResult(channel, connection, ref timeoutHelper, decoder, callback, state);