2 references to CS1710
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Analyzers\CSharp\CodeFixes\DocumentationComments\CSharpRemoveDocCommentNodeCodeFixProvider.cs (2)
34
private const string CS1710 = nameof(
CS1710
);
36
public override ImmutableArray<string> FixableDiagnosticIds { get; } = [CS1571, CS1572,
CS1710
];