3 references to ERR_ImplementsStmtWrongOrder
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
581ERRID.ERR_ImplementsStmtWrongOrder,
Parser\BlockContexts\DeclarationContext.vb (1)
191node = Parser.ReportSyntaxError(node, ERRID.ERR_ImplementsStmtWrongOrder)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Parser\ParseErrorTests.vb (1)
4519Diagnostic(ERRID.ERR_ImplementsStmtWrongOrder, "Implements I1"),