9 references to WRN_EndOfPPLineExpected
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
356
case ErrorCode.
WRN_EndOfPPLineExpected
:
1286
case ErrorCode.
WRN_EndOfPPLineExpected
:
Generated\ErrorFacts.Generated.cs (1)
99
case ErrorCode.
WRN_EndOfPPLineExpected
:
Parser\DirectiveParser.cs (1)
707
errorCode = ErrorCode.
WRN_EndOfPPLineExpected
;
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Diagnostics\DiagnosticTest.cs (4)
2022
Diagnostic(ErrorCode.
WRN_EndOfPPLineExpected
, "+").WithLocation(6, 32),
2025
Diagnostic(ErrorCode.
WRN_EndOfPPLineExpected
, ".").WithLocation(9, 31),
2034
Diagnostic(ErrorCode.
WRN_EndOfPPLineExpected
, ".").WithLocation(14, 28),
2037
Diagnostic(ErrorCode.
WRN_EndOfPPLineExpected
, "L").WithLocation(15, 28),
LexicalAndXml\PreprocessorTests.cs (1)
4238
VerifyErrorCode(node, (int)ErrorCode.
WRN_EndOfPPLineExpected
); // CS1696