1 write to _pollingThread
dotnet-watch (1)
FileWatcher\PollingDirectoryWatcher.cs (1)
32
_pollingThread
= new Thread(new ThreadStart(PollingLoop))
1 reference to _pollingThread
dotnet-watch (1)
FileWatcher\PollingDirectoryWatcher.cs (1)
40
_pollingThread
.Start();