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