1 instantiation of LogicalChannelCollection
System.WorkflowServices (1)
System\Workflow\Activities\ChannelToken.cs (1)
221collection = new LogicalChannelCollection();
6 references to LogicalChannelCollection
System.WorkflowServices (6)
System\Workflow\Activities\ChannelToken.cs (4)
217LogicalChannelCollection collection = 218owner.GetValue(LogicalChannelCollection.LogicalChannelCollectionProperty) as LogicalChannelCollection; 222owner.SetValue(LogicalChannelCollection.LogicalChannelCollectionProperty, collection);
System\Workflow\Activities\LogicalChannelCollection.cs (2)
24typeof(LogicalChannelCollection), 25typeof(LogicalChannelCollection));