1 write to definedPromotions
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
63this.definedPromotions = new Dictionary<string, Tuple<List<XName>, List<XName>>>();
4 references to definedPromotions
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (4)
208return this.definedPromotions; 249return this.definedPromotions; 262if (this.definedPromotions.ContainsKey(name)) 327this.definedPromotions.Add(name, new Tuple<List<XName>, List<XName>>(variant, binary));