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