2 references to CS1615
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Analyzers\CSharp\CodeFixes\RemoveInKeyword\RemoveInKeywordCodeFixProvider.cs (2)
26private const string CS1615 = nameof(CS1615); // Argument 1 may not be passed with the 'in' keyword 31public override ImmutableArray<string> FixableDiagnosticIds => [CS1615];