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