3 references to ERR_InheritsStmtWrongOrder
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
454ERRID.ERR_InheritsStmtWrongOrder,
Parser\BlockContexts\DeclarationContext.vb (1)
185node = Parser.ReportSyntaxError(node, ERRID.ERR_InheritsStmtWrongOrder)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Parser\ParseErrorTests.vb (1)
4520Diagnostic(ERRID.ERR_InheritsStmtWrongOrder, "Inherits c2"),