5 references to NotifyEvent
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.Linux.cs (5)
492while (TryReadEvent(out NotifyEvent nextEvent)) 516private bool ProcessEvent(NotifyEvent nextEvent, ref int movedFromWatchCount, ref string movedFromName, ref uint movedFromCookie, ref bool movedFromIsDir) 837private bool TryReadEvent(out NotifyEvent notifyEvent) 868notifyEvent = default(NotifyEvent); 884NotifyEvent readEvent;