3 references to ERR_ExpectedPPFile
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1583or ErrorCode.ERR_ExpectedPPFile
Parser\DirectiveParser.cs (2)
512SyntaxToken file = this.EatToken(SyntaxKind.StringLiteralToken, ErrorCode.ERR_ExpectedPPFile, reportError: isActive); 532SyntaxToken file = this.EatToken(SyntaxKind.StringLiteralToken, ErrorCode.ERR_ExpectedPPFile, reportError: isActive);