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)
87if (_channel == null) 91if (_channel == null) 105return _channel; 129IChannel channel = (IChannel)_channel; 165IChannel channel = (IChannel)_channel; 210if (_channel != null) 350if (_channel != null)