1 write to _channels
System.ServiceModel.Primitives (1)
System\ServiceModel\InstanceContext.cs (1)
45_channels = new ServiceChannelManager(this);
7 references to _channels
System.ServiceModel.Primitives (7)
System\ServiceModel\InstanceContext.cs (7)
118return _channels.IncomingChannels; 127return _channels.OutgoingChannels; 153_channels.Abort(); 159_channels.IncrementActivityCount(); 234_channels.Close(timeout); 254return _channels.CloseAsync(timeout); 275_channels.DecrementActivityCount();