1 write to _channel
System.ServiceModel.Primitives (1)
System\ServiceModel\ClientBase.cs (1)
433
_channel
= CreateChannel();
7 references to _channel
System.ServiceModel.Primitives (7)
System\ServiceModel\ClientBase.cs (7)
172
if (
_channel
== null)
176
if (
_channel
== null)
216
return
_channel
;
267
IChannel channel = (IChannel)
_channel
;
327
IChannel channel = (IChannel)
_channel
;
378
if (
_channel
!= null)
518
if (
_channel
!= null)