2 references to CS1624
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Analyzers\CSharp\CodeFixes\Iterator\CSharpChangeToIEnumerableCodeFixProvider.cs (2)
31
private const string CS1624 = nameof(
CS1624
);
35
public override ImmutableArray<string> FixableDiagnosticIds => [
CS1624
];