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)
115return _channels.IncomingChannels; 124return _channels.OutgoingChannels; 168_channels.Abort(); 174_channels.IncrementActivityCount(); 250_channels.Close(timeout); 292_channels.DecrementActivityCount(); 306IAsyncResult result = _instanceContext._channels.BeginClose(_timeoutHelper.RemainingTime(), PrepareAsyncCompletion(new AsyncCompletion(CloseChannelsCallback)), this); 321_instanceContext._channels.EndClose(result);