2 writes to Id
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (2)
383info.Id = attribute.CommonConstructorArguments[1].ValueInternal as string; 394info.Id = info.Id.Remove(separatorIndex);
6 references to Id
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (6)
59suppressions = new Dictionary<string, SuppressMessageInfo>() { { info.Id, info } }; 301if (!builder.TryGetValue(info.Id, out currentInfo)) 303builder[info.Id] = info; 384if (info.Id == null) 391var separatorIndex = info.Id.IndexOf(':'); 394info.Id = info.Id.Remove(separatorIndex);