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