1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
180
_channel
= CreateChannel();
7 references to _channel
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (7)
87
if (
_channel
== null)
91
if (
_channel
== null)
105
return
_channel
;
129
IChannel channel = (IChannel)
_channel
;
165
IChannel channel = (IChannel)
_channel
;
210
if (
_channel
!= null)
350
if (
_channel
!= null)