1 write to _innerChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
14
_innerChannel
= innerChannel;
4 references to _innerChannel
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (4)
19
if (
_innerChannel
== null)
25
FaultConverter inner =
_innerChannel
.GetProperty<FaultConverter>();
39
if (
_innerChannel
== null)
45
FaultConverter inner =
_innerChannel
.GetProperty<FaultConverter>();