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