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