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