3 references to CS1660
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\Analyzers\CSharp\CodeFixes\GenerateConstructor\GenerateConstructorDiagnosticIds.cs (3)
15
public const string CS1660 = nameof(
CS1660
); // CS1660: Cannot convert lambda expression to type 'string[]' because it is not a delegate type
19
[CS0122, CS1729, CS1739, CS1503,
CS1660
, CS7036];
25
[CS1503,
CS1660
];