2 references to CS7036
Microsoft.CodeAnalysis.CSharp.Features (2)
GenerateConstructorDiagnosticIds.cs (2)
18
public const string CS7036 = nameof(
CS7036
); // CS7036: There is no argument given that corresponds to the required parameter 'v' of 'C.C(int)'
21
ImmutableArray.Create(CS0122, CS1729, CS1739, CS1503, CS1660,
CS7036
);