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