1 write to Path
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\IFileChangeWatcher.cs (1)
44
Path
= path;
4 references to Path
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (1)
52
var watchedDirectoryPath = watchedDirectory.
Path
.AsSpan();
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
92
BaseUri = ProtocolConversions.CreateRelativePatternBaseUri(d.
Path
),
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\IFileChangeWatcher.cs (1)
59
if (filePath.StartsWith(watchedDirectory.
Path
, stringComparison))
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
368
watchedDirectory.
Path
,