4 references to OnError
dotnet-watch (4)
FileWatcher\DirectoryWatcher.cs (1)
42OnError?.Invoke(this, e);
FileWatcher\FileWatcher.cs (3)
37watcher.OnError -= WatcherErrorHandler; 115newWatcher.OnError += WatcherErrorHandler; 138watcher.OnError -= WatcherErrorHandler;