2 writes to Path
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (2)
62node = new DirectoryNode { Path = rootString, Parent = null }; 91childNode = 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)
115if (Directory.Exists(parentNodeForWatch.Path)) 193Contract.ThrowIfFalse(_roots.Remove(current.Path)); 334Watcher = new FileSystemWatcher(Path); 449paths.Add((node.Path, node.Watcher.Filters.ToImmutableArray()));