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