5 references to _roots
Microsoft.CodeAnalysis.LanguageServer (5)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (5)
59if (!_roots.GetAlternateLookup<ReadOnlySpan<char>>().TryGetValue(root, out var node)) 63_roots.Add(rootString, node); 193Contract.ThrowIfFalse(_roots.Remove(current.Path)); 210var nodeToConsolidate = _roots.Values.MaxBy(static r => r.ActiveWatchersRecursiveCount); 435foreach (var root in watcher._roots.Values)