2 instantiations of ReceiveContextCollection
System.WorkflowServices (2)
System\Workflow\Activities\ContextToken.cs (2)
351collection = new ReceiveContextCollection(); 386collection = new ReceiveContextCollection();
16 references to ReceiveContextCollection
System.WorkflowServices (16)
System\Workflow\Activities\ContextToken.cs (14)
193ReceiveContextCollection collection = 194owner.GetValue(ReceiveContextCollection.ReceiveContextCollectionProperty) as ReceiveContextCollection; 232ReceiveContextCollection collection = 233owner.GetValue(ReceiveContextCollection.ReceiveContextCollectionProperty) as ReceiveContextCollection; 347ReceiveContextCollection collection = 348owner.GetValue(ReceiveContextCollection.ReceiveContextCollectionProperty) as ReceiveContextCollection; 352owner.SetValue(ReceiveContextCollection.ReceiveContextCollectionProperty, collection); 382ReceiveContextCollection collection = 383owner.GetValue(ReceiveContextCollection.ReceiveContextCollectionProperty) as ReceiveContextCollection; 387owner.SetValue(ReceiveContextCollection.ReceiveContextCollectionProperty, collection);
System\Workflow\Activities\ReceiveContextCollection.cs (2)
24typeof(ReceiveContextCollection), 25typeof(ReceiveContextCollection));