1 write to BasePath
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
1030BasePath = 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)
544watcher.QueueError(CreateBufferOverflowException(watcher.BasePath)); 670watcher.QueueError(CreateWatchedDirectoryDeletedOrMovedException(watcher.BasePath)); 1071WatchChildDirectories(rootDirectory, BasePath, includeBasePath: false); 1077=> _inotify.AddOrUpdateWatchedDirectory(this, parent: null, BasePath, WatchFilters, ignoreMissing: false); 1373Append(pathBuffer, Watcher.BasePath);