8 references to Children
Microsoft.CodeAnalysis.LanguageServer (8)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (8)
89if (!node.Children.GetAlternateLookup<ReadOnlySpan<char>>().TryGetValue(pathComponent, out var childNode)) 92node.Children.Add(pathComponent.ToString(), childNode); 169Contract.ThrowIfFalse(current.Children.Count == 0, "If we have no active contexts, we should have no children as well."); 181foreach (var (key, value) in current.Parent.Children) 185current.Parent.Children.Remove(key); 223var childToConsolidate = nodeToConsolidate.Children.Values.MaxBy(static r => r.ActiveWatchersRecursiveCount); 263foreach (var child in node.Children.Values) 451foreach (var child in node.Children.Values)