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