2 references to FindMatchingWatchedDirectory
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
571
bool isRename = isMatchingMovedTo &&
FindMatchingWatchedDirectory
(dirs, movedFrom.Watcher) is not null;
706
=> matchingFromFound ??= (mask & Interop.Sys.NotifyEvents.IN_MOVED_TO) != 0 ?
FindMatchingWatchedDirectory
(dirs, watcher) : null;