3 writes to _onErrorHandler
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.cs (3)
320_onErrorHandler += value; 324_onErrorHandler -= value; 359_onErrorHandler = null;
2 references to _onErrorHandler
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.cs (2)
412if (_onErrorHandler != null) 515ErrorEventHandler? handler = _onErrorHandler;