1 instantiation of Watcher
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
65
_watcher = new INotify.
Watcher
(this);
16 references to Watcher
System.IO.FileSystem.Watcher (16)
System\IO\FileSystemWatcher.Linux.cs (16)
98
private INotify.
Watcher
? _watcher;
131
private readonly List<
Watcher
> _watchers = new();
175
private void AddWatcher(
Watcher
watcher)
218
private WatchedDirectory? AddOrUpdateWatchedDirectory(
Watcher
watcher, WatchedDirectory? parent, string directoryPath, Interop.Sys.NotifyEvents watchFilters, bool ignoreMissing = true)
427
Watcher
watcher = dir.Watcher;
504
foreach (
var
watcher in _watchers)
541
foreach (
var
watcher in _watchers)
582
var
watcher = movedFrom.Watcher;
637
Watcher
watcher = dir.Watcher;
722
Watcher
watcher = dir.Watcher;
753
static WatchedDirectory? FindMatchingWatchedDirectory(ReadOnlySpan<WatchedDirectory> dir,
Watcher
watcher)
766
static bool IsIgnoredEvent(
Watcher
watcher, Interop.Sys.NotifyEvents mask, bool isDir)
779
Watcher
watcher = moveFrom.Watcher;
813
Watcher
watcher = src.Watcher;
1309
public
Watcher
Watcher { get; }
1314
public WatchedDirectory(Watch watch,
Watcher
watcher, string name, WatchedDirectory? parent)