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