1 write to _channel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (1)
16_channel = channel;
4 references to _channel
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (4)
29MessageHeader header = _channel.Formatter.EmptyTransactionHeader; 32exception = new ProtocolException(SRP.Format(SRP.SFxTransactionHeaderNotUnderstood, header.Name, header.Namespace, _channel.Protocol)); 37FaultConverter inner = _channel.GetInnerProperty<FaultConverter>(); 51FaultConverter inner = _channel.GetInnerProperty<FaultConverter>();