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