3 references to Timeout
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
818_toolTimer = new Timer(ReceiveTimeoutNotification, null, Timeout, System.Threading.Timeout.Infinite /* no periodic timeouts */); 1048Assumed.NotEqual(Timeout, System.Threading.Timeout.Infinite, "A time-out value must have been specified or the task must be cancelled."); 1050LogPrivate.LogWarningWithCodeFromResources("KillingProcess", processName, Timeout);