4 writes to isRunning
System (4)
services\monitoring\system\diagnosticts\Stopwatch.cs (4)
73
isRunning
= true;
89
isRunning
= false;
105
isRunning
= false;
113
isRunning
= true;
4 references to isRunning
System (4)
services\monitoring\system\diagnosticts\Stopwatch.cs (4)
71
if(!
isRunning
) {
85
if(
isRunning
) {
117
get { return
isRunning
; }
154
if(
isRunning
) {