5 references to ToArray
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (1)
356var concurrentlyExecutingTasksArray = concurrentlyExecutingTasks.ToArray();
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\EmbeddedSymbols\EmbeddedSymbolManager.SymbolsCollection.vb (1)
120For Each pair In _symbols.ToArray()
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (1)
224foreach (var (reference, info) in _peReferenceToInfo.ToArray())
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
RequestExecutionQueue.cs (1)
356var concurrentlyExecutingTasksArray = concurrentlyExecutingTasks.ToArray();
System.Net.Security (1)
System\Net\Security\SslSessionsCache.cs (1)
209KeyValuePair<SslCredKey, SafeCredentialReference>[] toRemoveAttempt = s_cachedCreds.ToArray();