1 write to targetVersion
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
38
this.
targetVersion
= targetVersion;
2 references to targetVersion
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (2)
173
if (this.Store.DatabaseVersion >= this.
targetVersion
)
179
throw FxTrace.Exception.AsError(new InstancePersistenceCommandException(SR.DatabaseUpgradeRequiredForCommand(this.Store.DatabaseVersion, this.InstancePersistenceCommand, this.
targetVersion
)));