1 write to _treeDict
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilerAnalyzerConfigOptionsProvider.cs (1)
22_treeDict = treeDict;
4 references to _treeDict
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\CompilerAnalyzerConfigOptionsProvider.cs (4)
29=> _treeDict.TryGetValue(tree, out var options) ? options : DictionaryAnalyzerConfigOptions.Empty; 32=> _treeDict.TryGetValue(textFile, out var options) ? options : DictionaryAnalyzerConfigOptions.Empty; 35=> new CompilerAnalyzerConfigOptionsProvider(_treeDict.AddRange(treeDict), GlobalOptions); 38=> new CompilerAnalyzerConfigOptionsProvider(_treeDict, globalOptions);