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