2 references to CS1660
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpAddParameterCodeFixProvider.cs (2)
31
private const string CS1660 = nameof(
CS1660
); // error CS1660: Cannot convert lambda expression to type 'string[]' because it is not a delegate type
36
CS1501, CS1503,
CS1660
, CS1729, CS1739);