2 references to FromTimeoutAsync
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TimeoutHelper.cs (2)
50
_cancellationToken = await TimeoutTokenSource.
FromTimeoutAsync
((int)timeout.TotalMilliseconds);
266
return
FromTimeoutAsync
(millisecondsTimeout).Result;