5 references to Add
System.ServiceModel.Internals (5)
System\Runtime\BackoffTimeoutHelper.cs (1)
105
Ticks.
Add
(Ticks.FromTimeSpan(this.waitTime),
System\Runtime\IOThreadTimer.cs (3)
99
SetAt(Ticks.
Add
(Ticks.Now, Ticks.FromTimeSpan(timeFromNow)));
105
SetAt(Ticks.
Add
(Ticks.Now, Ticks.FromMilliseconds(millisecondsFromNow)));
229
timerGroup.WaitableTimer.Set(Ticks.
Add
(now, maxTimeToWaitForMoreTimers));
System\Runtime\TimeoutHelper.cs (1)
79
return Ticks.ToTimeSpan(Ticks.
Add
(Ticks.FromTimeSpan(timeout1), Ticks.FromTimeSpan(timeout2)));