1 write to _decoder
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
214_decoder = new ClientDuplexDecoder(0);
5 references to _decoder
System.ServiceModel.NetFramingBase (5)
System\ServiceModel\Channels\FramingChannels.cs (5)
235(upgradeInitiated, connection) = await ConnectionUpgradeHelper.InitiateUpgradeAsync(upgradeInitiator, connection, _decoder, this, timeoutHelper.RemainingTime()); 238await ConnectionUpgradeHelper.DecodeFramingFaultAsync(_decoder, connection, Via, MessageEncoder.ContentType, timeoutHelper.RemainingTime()); 254if (!ConnectionUpgradeHelper.ValidatePreambleResponse(ackBuffer, ackBytesRead, _decoder, Via)) 256await ConnectionUpgradeHelper.DecodeFramingFaultAsync(_decoder, connection, Via, 321SetMessageSource(new ClientDuplexConnectionReader(this, connection, _decoder, _settings, MessageEncoder));