7 references to ERR_InvalidPreprocExpr
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1153case ErrorCode.ERR_InvalidPreprocExpr:
Parser\DirectiveParser.cs (1)
810return 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)
4004Diagnostic(ErrorCode.ERR_InvalidPreprocExpr, "1"), 4010Diagnostic(ErrorCode.ERR_InvalidPreprocExpr, "0"),