3 writes to _onErrorHandler
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.cs (3)
306_onErrorHandler += value; 310_onErrorHandler -= value; 345_onErrorHandler = null;
2 references to _onErrorHandler
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.cs (2)
398if (_onErrorHandler != null) 501ErrorEventHandler? handler = _onErrorHandler;