2 writes to bufferedHostLockRenewalPeriod
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
64this.bufferedHostLockRenewalPeriod = TimeSpan.Zero; 184this.bufferedHostLockRenewalPeriod = TimeSpan.FromSeconds(Math.Min(Int32.MaxValue, lockBuffer + this.HostLockRenewalPeriod.TotalSeconds));
2 references to bufferedHostLockRenewalPeriod
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
181if (this.bufferedHostLockRenewalPeriod == TimeSpan.Zero) 186return this.bufferedHostLockRenewalPeriod;