2 references to CS1573
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Analyzers\CSharp\CodeFixes\DocumentationComments\CSharpAddDocCommentNodesCodeFixProvider.cs (2)
28
private const string CS1573 = nameof(
CS1573
);
30
public override ImmutableArray<string> FixableDiagnosticIds { get; } = [
CS1573
];