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