10 references to ERR_ExpectedPPFile
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1584
or ErrorCode.
ERR_ExpectedPPFile
Parser\DirectiveParser.cs (2)
512
SyntaxToken file = this.EatToken(SyntaxKind.StringLiteralToken, ErrorCode.
ERR_ExpectedPPFile
, reportError: isActive);
532
SyntaxToken file = this.EatToken(SyntaxKind.StringLiteralToken, ErrorCode.
ERR_ExpectedPPFile
, reportError: isActive);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\CompilationCreationTests.cs (1)
2747
Diagnostic(ErrorCode.
ERR_ExpectedPPFile
, "System"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (6)
LexicalAndXml\DisabledRegionTests.cs (1)
120
Diagnostic(ErrorCode.
ERR_ExpectedPPFile
, ""));
LexicalAndXml\PreprocessorTests.cs (5)
4332
VerifyErrorCode(node, (int)ErrorCode.
ERR_ExpectedPPFile
);
4343
VerifyErrorCode(node, (int)ErrorCode.
ERR_ExpectedPPFile
);
4354
VerifyErrorCode(node, (int)ErrorCode.
ERR_ExpectedPPFile
);
4365
VerifyErrorCode(node, (int)ErrorCode.
ERR_ExpectedPPFile
);
4419
VerifyErrorCode(node, (int)ErrorCode.
ERR_ExpectedPPFile
);