4 references to DocCommentIdKey
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (2)
18internal const string DocCommentIdKey = nameof(DocCommentIdKey); 111properties = properties.Add(DocCommentIdKey, "~" + docCommentId);
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
UpdateLegacySuppressionsCodeFixProvider.cs (2)
37if (diagnostic.Properties?.ContainsKey(AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.DocCommentIdKey) == true && 50var newDocCommentId = diagnostic.Properties[AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.DocCommentIdKey];