2 references to CS0308
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (2)
31
private const string CS0308 = nameof(
CS0308
); // error CS0308: The non-generic type 'A' cannot be used with type arguments
43
get { return [CS0103, CS0117, CS0234, CS0246, CS0305,
CS0308
, CS0426, CS0616, IDEDiagnosticIds.UnboundIdentifierId]; }