3 references to SuppressedAnalyzersForTreeMap
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerDriver.cs (3)
897
var analyzersSuppressedForSomeTree =
SuppressedAnalyzersForTreeMap
.SelectMany(kvp => kvp.Value).ToImmutableHashSet();
1356
if (!
SuppressedAnalyzersForTreeMap
.TryGetValue(tree, out var suppressedAnalyzers))
1358
suppressedAnalyzers =
SuppressedAnalyzersForTreeMap
.GetOrAdd(tree, ComputeSuppressedAnalyzersForTree(tree, options, cancellationToken));