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