1 write to _inotifyHandle
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
144_inotifyHandle = CreateINotifyHandle();
6 references to _inotifyHandle
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.Linux.cs (6)
215_inotifyHandle.Dispose(); 258int wd = Interop.Sys.INotifyAddWatch(_inotifyHandle, directoryPath, (uint)mask); 406Interop.Sys.INotifyRemoveWatch(_inotifyHandle, watch.WatchDescriptor); 512Debug.Assert(_inotifyHandle.IsClosed); 619Interop.Sys.Poll(_inotifyHandle, Interop.PollEvents.POLLIN, MillisecondsTimeout, out events); 855_bufferAvailable = Interop.CheckIo(Interop.Sys.Read(_inotifyHandle, buf, this._buffer.Length));