11 references to StartTime
System (11)
net\System\Net\_TimerThread.cs (11)
143int remaining = IsTickBetween(StartTime, Expiration, now) ? 439GlobalLog.Print("TimerThreadTimer#" + StartTime.ToString() + "::.ctor()"); 515GlobalLog.Print("TimerThreadTimer#" + StartTime.ToString() + "::Cancel() (success)"); 521GlobalLog.Print("TimerThreadTimer#" + StartTime.ToString() + "::Cancel() (failure)"); 540if (IsTickBetween(StartTime, Expiration, nowMilliseconds)) { 541GlobalLog.Print("TimerThreadTimer#" + StartTime + "::Fire() Not firing (" + StartTime + " <= " + nowMilliseconds + " < " + Expiration + ")"); 550GlobalLog.Print("TimerThreadTimer#" + StartTime + "::Fire() Firing (" + StartTime + " <= " + nowMilliseconds + " >= " + Expiration + ")"); 576if (Logging.On) Logging.PrintError(Logging.Web, "TimerThreadTimer#" + StartTime.ToString(NumberFormatInfo.InvariantInfo) + "::Fire() - " + SR.GetString(SR.net_log_exception_in_callback, exception)); 577GlobalLog.Print("TimerThreadTimer#" + StartTime + "::Fire() exception in callback: " + exception);