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