1 write to newChannels
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
39this.newChannels = new List<PooledChannel>();
3 references to newChannels
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManager.cs (3)
84this.newChannels.Clear(); 105newConnection = this.newChannels.Remove(channel); 197this.newChannels.Add(pooledChannel);