4 references to ERR_IntOverflow
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1147
or ErrorCode.
ERR_IntOverflow
Parser\Lexer.cs (3)
1200
this.AddError(MakeError(ErrorCode.
ERR_IntOverflow
));
1214
this.AddError(MakeError(ErrorCode.
ERR_IntOverflow
));
1220
this.AddError(MakeError(ErrorCode.
ERR_IntOverflow
));