1 write to _channel
System.ServiceModel.Primitives (1)
System\ServiceModel\ClientBase.cs (1)
413
_channel
= CreateChannel();
7 references to _channel
System.ServiceModel.Primitives (7)
System\ServiceModel\ClientBase.cs (7)
152
if (
_channel
== null)
156
if (
_channel
== null)
196
return
_channel
;
247
IChannel channel = (IChannel)
_channel
;
307
IChannel channel = (IChannel)
_channel
;
358
if (
_channel
!= null)
498
if (
_channel
!= null)