2 writes to workflowInstance
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (2)
121this.workflowInstance = this.directory.InitializeInstance(InstanceId, this, definitionIdentity, updatedIdentity, view.InstanceData, null); 320this.workflowInstance = result;
8 references to workflowInstance
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (8)
291if (this.workflowInstance == null && parameters != null) 297if (this.workflowInstance == null) 324if (this.workflowInstance == null) 332return this.workflowInstance; 700saveIdentity = this.workflowInstance.DefinitionIdentity != null; 704saveIdentity = this.workflowInstance.HasBeenUpdated; 709if (this.workflowInstance.DefinitionIdentity != null) 711saveCommand.InstanceMetadataChanges.Add(Workflow45Namespace.DefinitionIdentity, new InstanceValue(this.workflowInstance.DefinitionIdentity, InstanceValueOptions.None));