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