5 references to NotifyEvent
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.Linux.cs (5)
493while (TryReadEvent(out NotifyEvent nextEvent)) 517private unsafe bool ProcessEvent(NotifyEvent nextEvent, ref int movedFromWatchCount, ref string movedFromName, ref uint movedFromCookie, ref bool movedFromIsDir) 846private bool TryReadEvent(out NotifyEvent notifyEvent) 877notifyEvent = default(NotifyEvent); 893NotifyEvent readEvent;