7 references to ERR_InvalidPreprocExpr
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1215or ErrorCode.ERR_InvalidPreprocExpr
Parser\DirectiveParser.cs (1)
841return SyntaxFactory.IdentifierName(this.EatToken(SyntaxKind.IdentifierToken, ErrorCode.ERR_InvalidPreprocExpr));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
LexicalAndXml\PreprocessorTests.cs (3)
1520VerifyErrorCode(node, (int)ErrorCode.ERR_InvalidPreprocExpr); 1809VerifyErrorCode(node, (int)ErrorCode.ERR_InvalidPreprocExpr, (int)ErrorCode.ERR_InvalidPreprocExpr);
Parsing\ParserErrorMessageTests.cs (2)
3925Diagnostic(ErrorCode.ERR_InvalidPreprocExpr, "1"), 3931Diagnostic(ErrorCode.ERR_InvalidPreprocExpr, "0"),