2 references to TicksPerMillisecond
System (2)
services\monitoring\system\diagnosticts\Stopwatch.cs (2)
30private const long TicksPerSecond = TicksPerMillisecond * 1000; 125get { return GetElapsedDateTimeTicks()/TicksPerMillisecond; }