2 references to _optionsCache
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfigSet.cs (2)
241
if (!
_optionsCache
.TryGetValue(sectionKey, out var result))
302
if (
_optionsCache
.TryAdd(sectionKey, result))