1 write to BasePath
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
1021BasePath = 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)
543watcher.QueueError(CreateBufferOverflowException(watcher.BasePath)); 1062WatchChildDirectories(rootDirectory, BasePath, includeBasePath: false); 1068=> _inotify.AddOrUpdateWatchedDirectory(this, parent: null, BasePath, WatchFilters, ignoreMissing: false); 1367Append(pathBuffer, Watcher.BasePath);