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