7 references to ERR_InvInsideInterface
Microsoft.CodeAnalysis.VisualBasic (3)
Errors\ErrorFacts.vb (1)
386ERRID.ERR_InvInsideInterface,
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (2)
127Add(Parser.ReportSyntaxError(node, ERRID.ERR_InvInsideInterface)) 142Add(Parser.ReportSyntaxError(node, ERRID.ERR_InvInsideInterface))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (4)
Parser\ParseErrorTests.vb (1)
2037Diagnostic(ERRID.ERR_InvInsideInterface, "Declare Sub Goo Lib ""My"""))
Parser\ParseMethods.vb (3)
153Diagnostic(ERRID.ERR_InvInsideInterface, "shared operator +(i as integer, j as integer) as integer"), 154Diagnostic(ERRID.ERR_InvInsideInterface, "return 0"), 155Diagnostic(ERRID.ERR_InvInsideInterface, "end operator"))