3 references to _unresolvedSuppressionsById
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (3)
59
if (!
_unresolvedSuppressionsById
.TryGetValue(info.Id, out var suppressions))
62
_unresolvedSuppressionsById
.Add(info.Id, suppressions);
106
if (!
_unresolvedSuppressionsById
.TryGetValue(id, out var suppressions))