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