5 writes to EnableRaisingEvents
System (4)
services\io\system\io\FileSystemWatcher.cs (4)
337EnableRaisingEvents = true; 487EnableRaisingEvents = false; 1095EnableRaisingEvents = true; 1115EnableRaisingEvents = savedEnabled;
System.Runtime.Caching (1)
System\Caching\FileChangeNotificationSystem.cs (1)
99dirMon.Fsw.EnableRaisingEvents = true;
1 reference to EnableRaisingEvents
System (1)
services\io\system\io\FileSystemWatcher.cs (1)
1092bool savedEnabled = EnableRaisingEvents;