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