1 write to Path
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\IFileChangeWatcher.cs (1)
44Path = path;
5 references to Path
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (2)
38if (!Directory.Exists(watchedDirectory.Path)) 43var rootPath = Path.GetPathRoot(watchedDirectory.Path)!;
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
92BaseUri = ProtocolConversions.CreateRelativePatternBaseUri(d.Path),
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\IFileChangeWatcher.cs (1)
59if (filePath.StartsWith(watchedDirectory.Path, stringComparison))
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
368watchedDirectory.Path,