2 writes to Parent
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 };
6 references to Parent
Microsoft.CodeAnalysis.LanguageServer (6)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (6)
136parentNodeForWatch = parentNodeForWatch.Parent; 178if (current.Parent is not null) 181foreach (var (key, value) in current.Parent.Children) 185current.Parent.Children.Remove(key); 197current = current.Parent; 355node = node.Parent;