6 references to AddError
Microsoft.CodeAnalysis.VisualBasic (6)
Parser\ParseConditional.vb (1)
457
referenceKeyword =
AddError
(referenceKeyword, ERRID.ERR_ReferenceDirectiveOnlyAllowedInScripts)
Parser\Parser.vb (3)
1644
namespaceKeyword =
AddError
(namespaceKeyword, ERRID.ERR_NamespaceNotAllowedInScript)
3647
newKeyword = newKeyword.
AddError
(ERRID.ERR_NewCannotHandleEvents) ' error should be on "New"
3651
newKeyword = newKeyword.
AddError
(ERRID.ERR_ImplementsOnNew) ' error should be on "New"
Parser\ParseReportError.vb (1)
108
badStmt = badStmt.
AddError
(ErrorId)
Parser\ParseStatement.vb (1)
1869
result = result.
AddError
(ERRID.ERR_UnexpectedExpressionStatement)