12 references to ERR_IntOverflow
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1094case ErrorCode.ERR_IntOverflow:
Parser\Lexer.cs (3)
1393this.AddError(MakeError(ErrorCode.ERR_IntOverflow)); 1407this.AddError(MakeError(ErrorCode.ERR_IntOverflow)); 1413this.AddError(MakeError(ErrorCode.ERR_IntOverflow));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (8)
LexicalAndXml\LexicalErrorTests.cs (2)
234Diagnostic(ErrorCode.ERR_IntOverflow, ""), 240Diagnostic(ErrorCode.ERR_IntOverflow, ""));
LexicalAndXml\LexicalTests.cs (5)
2253Assert.Equal((int)ErrorCode.ERR_IntOverflow, errors[0].Code); 2313Assert.Equal((int)ErrorCode.ERR_IntOverflow, errors[0].Code); 2616Assert.Equal((int)ErrorCode.ERR_IntOverflow, errors[0].Code); 2798Assert.Equal((int)ErrorCode.ERR_IntOverflow, errors[1].Code); 3126VerifyError(token, ErrorCode.ERR_IntOverflow);
LexicalAndXml\PreprocessorTests.cs (1)
3576VerifyErrorCode(node, (int)ErrorCode.ERR_IntOverflow); // CS1021, CS1576 (not in parser) ErrorCode.ERR_InvalidLineNumber