1 instantiation of INotify
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
1044
inotify =
new
();
6 references to INotify
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.Linux.cs (6)
65
_watcher = new
INotify
.Watcher(this);
98
private
INotify
.Watcher? _watcher;
130
private static
INotify
? s_currentINotify;
188
Thread thread = new Thread(obj => ((
INotify
)obj!).ProcessEvents())
995
private
INotify
? _inotify;
1036
INotify
? inotify;