2 references to TryGetValue
GenerateDocumentationAndConfigFiles (2)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (2)
203
if (!
TryGetValue
(key, out value!))
216
return
TryGetValue
(key, out _);