2 references to CS0246
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (2)
29
private const string CS0246 = nameof(
CS0246
); // error CS0246: The type or namespace name 'T' could not be found (are you missing a using directive or an assembly reference?)
43
get { return [CS0103, CS0117, CS0234,
CS0246
, CS0305, CS0308, CS0426, CS0616, IDEDiagnosticIds.UnboundIdentifierId]; }