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