2 references to CS0234
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (2)
29private 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?) 37=> [CS0103, CS0117, CS0234, CS0246, CS0305, CS0308, CS0426, CS0616, IDEDiagnosticIds.UnboundIdentifierId];