4 references to ERR_IntOverflow
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1156
or ErrorCode.
ERR_IntOverflow
Parser\Lexer.cs (3)
1199
this.AddError(MakeError(ErrorCode.
ERR_IntOverflow
));
1213
this.AddError(MakeError(ErrorCode.
ERR_IntOverflow
));
1219
this.AddError(MakeError(ErrorCode.
ERR_IntOverflow
));