5 references to NotifyEvent
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.Linux.cs (5)
549private bool ProcessEvent(NotifyEvent nextEvent, ref ReadOnlySpan<char> previousEventName, ref WatchedDirectory? previousEventParent, ref uint previousEventCookie) 762NotifyEvent nextEvent; 786private bool TryReadEvent(out NotifyEvent notifyEvent) 817notifyEvent = default(NotifyEvent); 833NotifyEvent readEvent;