2 references to MaxBy
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (2)
210var nodeToConsolidate = _roots.Values.MaxBy(static r => r.ActiveWatchersRecursiveCount); 223var childToConsolidate = nodeToConsolidate.Children.Values.MaxBy(static r => r.ActiveWatchersRecursiveCount);