Scanner\Directives.vb (12)
350statement = Parser.ReportSyntaxError(statement, err, value.ErrorArgs)
360statement = Parser.ReportSyntaxError(statement, ERRID.ERR_NestedExternalSource)
369statement = Parser.ReportSyntaxError(statement, ERRID.ERR_EndExternalSource)
384statement = Parser.ReportSyntaxError(statement, ERRID.ERR_EndRegionNoRegion)
405statement = Parser.ReportSyntaxError(statement, err, value.ErrorArgs)
421statement = Parser.ReportSyntaxError(statement, ERRID.ERR_LbBadElseif)
428statement = Parser.ReportSyntaxError(statement, ERRID.ERR_LbElseifAfterElse)
441statement = Parser.ReportSyntaxError(statement, err, value.ErrorArgs)
465statement = Parser.ReportSyntaxError(statement, ERRID.ERR_LbElseNoMatchingIf)
473statement = Parser.ReportSyntaxError(statement, ERRID.ERR_LbElseNoMatchingIf)
492statement = Parser.ReportSyntaxError(statement, ERRID.ERR_LbNoMatchingIf)
648eof = Parser.ReportSyntaxError(eof, ERRID.ERR_LbExpectedEndIf)