3 references to ToTimeSpan
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TimeoutHelper.cs (2)
116
return Ticks.
ToTimeSpan
(Ticks.Add(Ticks.FromTimeSpan(timeout1), Ticks.FromTimeSpan(timeout2)));
144
return Ticks.
ToTimeSpan
((Ticks.FromTimeSpan(timeout) / factor) + 1);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2447
_timer.Change(Ticks.
ToTimeSpan
(abortTime - ticksNow), TimeSpan.FromMilliseconds(-1));