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