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