2 references to CS0234
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (2)
28
private const string CS0234 = nameof(
CS0234
); // error CS0234: The type or namespace name 'C' does not exist in the namespace 'N' (are you missing an assembly reference?)
43
get { return [CS0103, CS0117,
CS0234
, CS0246, CS0305, CS0308, CS0426, CS0616, IDEDiagnosticIds.UnboundIdentifierId]; }