3 writes to stopListening
System (3)
services\io\system\io\FileSystemWatcher.cs (3)
638stopListening = true; 995stopListening = false; 1040stopListening = true;
2 references to stopListening
System (2)
services\io\system\io\FileSystemWatcher.cs (2)
471if (stopListening) { 613if (!stopListening && !runOnce) {