3 overrides of EnableRaisingEvents
dotnet-watch (2)
FileWatcher\EventBasedDirectoryWatcher.cs (1)
183public override bool EnableRaisingEvents
FileWatcher\PollingDirectoryWatcher.cs (1)
49public override bool EnableRaisingEvents
dotnet-watch.Tests (1)
FileWatcher\FileWatcherTests.cs (1)
87public override bool EnableRaisingEvents { get; set; }
8 writes to EnableRaisingEvents
dotnet-watch (2)
FileWatcher\FileWatcher.cs (2)
116newWatcher.EnableRaisingEvents = true; 136watcher.EnableRaisingEvents = false;
dotnet-watch.Tests (6)
FileWatcher\FileWatcherTests.cs (6)
49watcher.EnableRaisingEvents = false; 56watcher.EnableRaisingEvents = true; 328watcher.EnableRaisingEvents = false; 353watcher.EnableRaisingEvents = true; 407watcher.EnableRaisingEvents = true; 414watcher.EnableRaisingEvents = false;