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)
29
MessageHeader header =
_channel
.Formatter.EmptyTransactionHeader;
32
exception = new ProtocolException(SRP.Format(SRP.SFxTransactionHeaderNotUnderstood, header.Name, header.Namespace,
_channel
.Protocol));
37
FaultConverter inner =
_channel
.GetInnerProperty<FaultConverter>();
51
FaultConverter inner =
_channel
.GetInnerProperty<FaultConverter>();