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