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)
412
if (
_onErrorHandler
!= null)
515
ErrorEventHandler? handler =
_onErrorHandler
;