3 writes to startTimeStamp
System (3)
services\monitoring\system\diagnosticts\Stopwatch.cs (3)
72startTimeStamp = GetTimestamp(); 106startTimeStamp = 0; 112startTimeStamp = GetTimestamp();
2 references to startTimeStamp
System (2)
services\monitoring\system\diagnosticts\Stopwatch.cs (2)
87long elapsedThisPeriod = endTimeStamp - startTimeStamp; 158long elapsedUntilNow = currentTimeStamp - startTimeStamp;