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