2 writes to Path
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (2)
62
node = new DirectoryNode {
Path
= rootString, Parent = null };
91
childNode = new DirectoryNode {
Path
= watchedDirectoryPath[0..(root.Length + pathComponentRange.End.Value)].ToString(), Parent = node };
4 references to Path
Microsoft.CodeAnalysis.LanguageServer (4)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (4)
115
if (Directory.Exists(parentNodeForWatch.
Path
))
193
Contract.ThrowIfFalse(_roots.Remove(current.
Path
));
334
Watcher = new FileSystemWatcher(
Path
);
449
paths.Add((node.
Path
, node.Watcher.Filters.ToImmutableArray()));