10 references to ERR_ExpectedPPFile
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1584or 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);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\CompilationCreationTests.cs (1)
2747Diagnostic(ErrorCode.ERR_ExpectedPPFile, "System"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (6)
LexicalAndXml\DisabledRegionTests.cs (1)
120Diagnostic(ErrorCode.ERR_ExpectedPPFile, ""));
LexicalAndXml\PreprocessorTests.cs (5)
4332VerifyErrorCode(node, (int)ErrorCode.ERR_ExpectedPPFile); 4343VerifyErrorCode(node, (int)ErrorCode.ERR_ExpectedPPFile); 4354VerifyErrorCode(node, (int)ErrorCode.ERR_ExpectedPPFile); 4365VerifyErrorCode(node, (int)ErrorCode.ERR_ExpectedPPFile); 4419VerifyErrorCode(node, (int)ErrorCode.ERR_ExpectedPPFile);