1 write to BasePath
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
1021
BasePath
= System.IO.Path.TrimEndingDirectorySeparator(System.IO.Path.GetFullPath(fsw.Path));
4 references to BasePath
System.IO.FileSystem.Watcher (4)
System\IO\FileSystemWatcher.Linux.cs (4)
543
watcher.QueueError(CreateBufferOverflowException(watcher.
BasePath
));
1062
WatchChildDirectories(rootDirectory,
BasePath
, includeBasePath: false);
1068
=> _inotify.AddOrUpdateWatchedDirectory(this, parent: null,
BasePath
, WatchFilters, ignoreMissing: false);
1367
Append(pathBuffer, Watcher.
BasePath
);