1 write to Path
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\IFileChangeWatcher.cs (1)
42
Path
= path;
2 references to Path
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\FileChangeWatcher.cs (2)
397
watchedDirectory => WatcherOperation.WatchDirectory(watchedDirectory.
Path
, watchedDirectory.ExtensionFilter, this, _directoryWatchCookies)));
422
if (filePath.StartsWith(watchedDirectory.
Path
, StringComparison.OrdinalIgnoreCase))