1 write to _channels
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
47
_channels
= new ServiceChannelManager(this);
8 references to _channels
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (8)
115
return
_channels
.IncomingChannels;
124
return
_channels
.OutgoingChannels;
168
_channels
.Abort();
174
_channels
.IncrementActivityCount();
250
_channels
.Close(timeout);
292
_channels
.DecrementActivityCount();
306
IAsyncResult result = _instanceContext.
_channels
.BeginClose(_timeoutHelper.RemainingTime(), PrepareAsyncCompletion(new AsyncCompletion(CloseChannelsCallback)), this);
321
_instanceContext.
_channels
.EndClose(result);