2 writes to commitNotLaterThan
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (2)
28this.commitNotLaterThan = DateTime.MaxValue; 30this.commitNotLaterThan = DateTime.UtcNow + TimeSpan.FromMilliseconds(shared.TransactionTimeout.TotalMilliseconds * 4 / 5);
2 references to commitNotLaterThan
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (2)
40return DateTime.UtcNow > this.commitNotLaterThan; 125if (this.commits >= this.shared.CurrentBatchSize || DateTime.UtcNow >= this.commitNotLaterThan)