3 references to TryGetValue
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_CompilationWithAnalyzersPair.cs (1)
63if (!map.TryGetValue(analyzers, out lazy))
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (2)
92if (!TryGetValue(key, out value!)) 109return TryGetValue(key, out value!);