1 write to BasePath
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
1030
BasePath
= System.IO.Path.TrimEndingDirectorySeparator(System.IO.Path.GetFullPath(fsw.Path));
5 references to BasePath
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.Linux.cs (5)
544
watcher.QueueError(CreateBufferOverflowException(watcher.
BasePath
));
670
watcher.QueueError(CreateWatchedDirectoryDeletedOrMovedException(watcher.
BasePath
));
1071
WatchChildDirectories(rootDirectory,
BasePath
, includeBasePath: false);
1077
=> _inotify.AddOrUpdateWatchedDirectory(this, parent: null,
BasePath
, WatchFilters, ignoreMissing: false);
1373
Append(pathBuffer, Watcher.
BasePath
);