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