5 references to NotifyEvent
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.Linux.cs (5)
563private bool ProcessEvent(NotifyEvent nextEvent, ref ReadOnlySpan<char> previousEventName, ref WatchedDirectory? previousEventParent, ref uint previousEventCookie) 776NotifyEvent nextEvent; 800private bool TryReadEvent(out NotifyEvent notifyEvent) 831notifyEvent = default(NotifyEvent); 847NotifyEvent readEvent;