1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
735_channel = channel;
6 references to _channel
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (6)
744lock (_channel) 759get { return _channel; } 777return this.BeginCloseOutputSession(_channel.DefaultCloseTimeout, callback, state); 782return _channel.CloseOutputSessionAsync(timeout).ToApm(callback, state); 792this.CloseOutputSession(_channel.DefaultCloseTimeout); 797_channel.CloseOutputSession(timeout);