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