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