27 references to ERR_EndOfPPLineExpected
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1160
or ErrorCode.
ERR_EndOfPPLineExpected
Parser\DirectiveParser.cs (1)
735
var errorCode = ErrorCode.
ERR_EndOfPPLineExpected
;
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (25)
LexicalAndXml\PreprocessorTests.cs (13)
712
VerifyErrorCode(node, (int)ErrorCode.
ERR_EndOfPPLineExpected
);
2545
VerifyErrorCode(node, (int)ErrorCode.
ERR_EndOfPPLineExpected
);
2819
VerifyErrorCode(node, (int)ErrorCode.
ERR_EndOfPPLineExpected
);
2832
VerifyErrorCode(node, (int)ErrorCode.
ERR_EndOfPPLineExpected
);
3090
(int)ErrorCode.
ERR_EndOfPPLineExpected
,
3091
(int)ErrorCode.
ERR_EndOfPPLineExpected
,
3092
(int)ErrorCode.
ERR_EndOfPPLineExpected
,
3093
(int)ErrorCode.
ERR_EndOfPPLineExpected
,
3094
(int)ErrorCode.
ERR_EndOfPPLineExpected
);
3379
VerifyErrorCode(node, (int)ErrorCode.
ERR_EndOfPPLineExpected
);
3410
VerifyErrorCode(node, (int)ErrorCode.
ERR_EndOfPPLineExpected
);
3526
VerifyErrorCode(node, (int)ErrorCode.
ERR_EndOfPPLineExpected
);
4434
VerifyErrorCode(node, (int)ErrorCode.
ERR_EndOfPPLineExpected
);
Parsing\LineSpanDirectiveParsingTests.cs (8)
1918
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "u8").WithLocation(1, 18)
1961
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "U8").WithLocation(1, 18)
2007
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "u8").WithLocation(1, 22)
2053
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "U8").WithLocation(1, 22)
2101
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "u8").WithLocation(2, 4)
2153
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "U8").WithLocation(2, 4)
2200
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "u8").WithLocation(1, 30)
2279
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "u8").WithLocation(1, 34)
Parsing\ParserErrorMessageTests.cs (4)
2542
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "123"),
2548
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "y"));
3928
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "1"),
3934
Diagnostic(ErrorCode.
ERR_EndOfPPLineExpected
, "0"));