9 references to ERR_InvalidReal
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
985
or ErrorCode.
ERR_InvalidReal
Parser\Lexer.cs (1)
967
this.AddError(MakeError(ErrorCode.
ERR_InvalidReal
));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
LexicalAndXml\LexicalErrorTests.cs (6)
67
Diagnostic(ErrorCode.
ERR_InvalidReal
, "").WithLocation(3, 17),
70
Diagnostic(ErrorCode.
ERR_InvalidReal
, "").WithLocation(4, 17),
73
Diagnostic(ErrorCode.
ERR_InvalidReal
, "").WithLocation(5, 17),
76
Diagnostic(ErrorCode.
ERR_InvalidReal
, "").WithLocation(6, 17),
79
Diagnostic(ErrorCode.
ERR_InvalidReal
, "").WithLocation(7, 17)
96
Diagnostic(ErrorCode.
ERR_InvalidReal
, "").WithLocation(3, 23),
LexicalAndXml\LexicalTests.cs (1)
1966
Assert.Equal((int)ErrorCode.
ERR_InvalidReal
, errors[0].Code);