4 references to WRN_EndOfPPLineExpected
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
369
case ErrorCode.
WRN_EndOfPPLineExpected
:
1346
or ErrorCode.
WRN_EndOfPPLineExpected
Generated\ErrorFacts.Generated.cs (1)
99
case ErrorCode.
WRN_EndOfPPLineExpected
:
Parser\DirectiveParser.cs (1)
702
errorCode = ErrorCode.
WRN_EndOfPPLineExpected
;