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