12 references to ERR_IntOverflow
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1156or ErrorCode.ERR_IntOverflow
Parser\Lexer.cs (3)
1199this.AddError(MakeError(ErrorCode.ERR_IntOverflow)); 1213this.AddError(MakeError(ErrorCode.ERR_IntOverflow)); 1219this.AddError(MakeError(ErrorCode.ERR_IntOverflow));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (8)
LexicalAndXml\LexicalErrorTests.cs (2)
466Diagnostic(ErrorCode.ERR_IntOverflow, ""), 472Diagnostic(ErrorCode.ERR_IntOverflow, ""));
LexicalAndXml\LexicalTests.cs (5)
2669Assert.Equal((int)ErrorCode.ERR_IntOverflow, errors[0].Code); 2729Assert.Equal((int)ErrorCode.ERR_IntOverflow, errors[0].Code); 3032Assert.Equal((int)ErrorCode.ERR_IntOverflow, errors[0].Code); 3214Assert.Equal((int)ErrorCode.ERR_IntOverflow, errors[1].Code); 3542VerifyError(token, ErrorCode.ERR_IntOverflow);
LexicalAndXml\PreprocessorTests.cs (1)
3576VerifyErrorCode(node, (int)ErrorCode.ERR_IntOverflow); // CS1021, CS1576 (not in parser) ErrorCode.ERR_InvalidLineNumber