2 references to CS7036
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Analyzers\CSharp\CodeFixes\GenerateConstructor\GenerateConstructorDiagnosticIds.cs (2)
16
public const string CS7036 = nameof(
CS7036
); // CS7036: There is no argument given that corresponds to the required parameter 'v' of 'C.C(int)'
19
[CS0122, CS1729, CS1739, CS1503, CS1660,
CS7036
];