2 references to CS0426
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (2)
33
private const string CS0426 = nameof(
CS0426
); // error CS0426: The type name 'S' does not exist in the type 'Program'
37
=> [CS0103, CS0117, CS0234, CS0246, CS0305, CS0308,
CS0426
, CS0616, IDEDiagnosticIds.UnboundIdentifierId];