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