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