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)
744
lock (
_channel
)
759
get { return
_channel
; }
777
return this.BeginCloseOutputSession(
_channel
.DefaultCloseTimeout, callback, state);
782
return
_channel
.CloseOutputSessionAsync(timeout).ToApm(callback, state);
792
this.CloseOutputSession(
_channel
.DefaultCloseTimeout);
797
_channel
.CloseOutputSession(timeout);