2 references to CS1615
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
RemoveInKeywordCodeFixProvider.cs (2)
25private const string CS1615 = nameof(CS1615); // Argument 1 may not be passed with the 'in' keyword 36public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(CS1615);