1 instantiation of ActivatableWorkflowsQueryResult
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
60
base.InstancePersistenceContext.QueriedInstanceStore(new
ActivatableWorkflowsQueryResult
(activationParametersList));
2 references to ActivatableWorkflowsQueryResult
System.Activities (2)
System\Activities\DurableInstancing\ActivatableWorkflowsQueryResult.cs (2)
29
{ parameters == null ?
ActivatableWorkflowsQueryResult
.emptyDictionary : new ReadOnlyDictionaryInternal<XName, object>(new Dictionary<XName, object>(parameters)) };
41
dictionary == null ?
ActivatableWorkflowsQueryResult
.emptyDictionary : new ReadOnlyDictionaryInternal<XName, object>(new Dictionary<XName, object>(dictionary))));