2 references to CS0616
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (2)
33
private const string CS0616 = nameof(
CS0616
); // error CS0616: 'x' is not an attribute class
43
get { return [CS0103, CS0117, CS0234, CS0246, CS0305, CS0308, CS0426,
CS0616
, IDEDiagnosticIds.UnboundIdentifierId]; }