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