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