2 writes to Id
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (2)
411info.Id = attribute.CommonConstructorArguments[1].ValueInternal as string; 422info.Id = info.Id.Remove(separatorIndex);
7 references to Id
Microsoft.CodeAnalysis (7)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (7)
59if (!_unresolvedSuppressionsById.TryGetValue(info.Id, out var suppressions)) 62_unresolvedSuppressionsById.Add(info.Id, suppressions); 334if (!builder.TryGetValue(info.Id, out currentInfo)) 336builder[info.Id] = info; 412if (info.Id == null) 419var separatorIndex = info.Id.IndexOf(':'); 422info.Id = info.Id.Remove(separatorIndex);