4 writes to ExpectedVersion
System.Activities (4)
System\Activities\VersionMismatchException.cs (4)
33this.ExpectedVersion = expectedVersion; 40this.ExpectedVersion = expectedVersion; 47this.ExpectedVersion = expectedVersion; 54this.ExpectedVersion = (WorkflowIdentity)info.GetValue("expectedVersion", typeof(WorkflowIdentity));
1 reference to ExpectedVersion
System.Activities (1)
System\Activities\VersionMismatchException.cs (1)
75info.AddValue("expectedVersion", this.ExpectedVersion);