2 writes to Id
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (2)
387info.Id = attribute.CommonConstructorArguments[1].ValueInternal as string; 398info.Id = info.Id.Remove(separatorIndex);
6 references to Id
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (6)
63suppressions = new Dictionary<string, SuppressMessageInfo>() { { info.Id, info } }; 305if (!builder.TryGetValue(info.Id, out currentInfo)) 307builder[info.Id] = info; 388if (info.Id == null) 395var separatorIndex = info.Id.IndexOf(':'); 398info.Id = info.Id.Remove(separatorIndex);