2 writes to _innerChannel
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
181
_innerChannel
= value;
338
_innerChannel
= inner as IChannel;
2 references to _innerChannel
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
177
return
_innerChannel
;
339
if (
_innerChannel
== null)