11 references to InstanceData
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
5924
saveCommand.
InstanceData
.Add(value);
System.Activities.DurableInstancing (9)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (9)
158
if (saveWorkflowCommand.
InstanceData
.Count > 0)
160
base.InstancePersistenceContext.PersistedInstance(saveWorkflowCommand.
InstanceData
);
214
if (saveWorkflowCommand.
InstanceData
.TryGetValue(SqlWorkflowInstanceStoreConstants.BinaryBlockingBookmarksPropertyName, out binaryBlockingBookmarks))
235
if (saveWorkflowCommand.
InstanceData
.TryGetValue(SqlWorkflowInstanceStoreConstants.StatusPropertyName, out executionStatusProperty))
247
if (saveWorkflowCommand.
InstanceData
.TryGetValue(SqlWorkflowInstanceStoreConstants.PendingTimerExpirationPropertyName, out pendingTimerExpirationPropertyValue))
308
if (saveWorkflowCommand.
InstanceData
.TryGetValue(SqlWorkflowInstanceStoreConstants.StatusPropertyName, out statusPropertyValue) &&
501
ArraySegment<byte>[] dataProperties = SerializationUtilities.SerializePropertyBag(saveWorkflowCommand.
InstanceData
, base.Store.InstanceEncodingOption);
555
if (saveWorkflowCommand.
InstanceData
.TryGetValue(name, out propertyValue))
581
if (saveWorkflowCommand.
InstanceData
.TryGetValue(name, out propertyValue))
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
811
saveCommand.
InstanceData
.Add(value);