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