1 write to Path
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
554_fileWatcher.Path = _root;
9 references to Path
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFilesWatcher.cs (2)
104string fswPath = fileSystemWatcher.Path; 552if (string.IsNullOrEmpty(_fileWatcher.Path))
System.IO.FileSystem.Watcher (7)
System\IO\FileSystemWatcher.cs (6)
243throw new ArgumentException(SR.Format(SR.InvalidDirName, value), nameof(Path)); 246throw new ArgumentException(SR.Format(SR.InvalidDirName_NotExists, value), nameof(Path)); 255/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/> is changed. 270/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/> is created. 285/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/> is deleted. 315/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/>
System\IO\FileSystemWatcher.Linux.cs (1)
1021BasePath = System.IO.Path.TrimEndingDirectorySeparator(System.IO.Path.GetFullPath(fsw.Path));