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