4 references to ERR_PPIgnoredFollowsToken
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2514or ErrorCode.ERR_PPIgnoredFollowsToken
Parser\DirectiveParser.cs (1)
708colon = this.AddError(colon, ErrorCode.ERR_PPIgnoredFollowsToken);
Microsoft.CodeAnalysis.CSharp.Features (1)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
37/// compiler reports <see cref="ErrorCode.ERR_PPIgnoredFollowsToken"/> anyway, so we speed up success scenarios by not parsing the whole file up front in the SDK CLI.
Microsoft.DotNet.ProjectTools (1)
src\sdk\src\Cli\Microsoft.DotNet.FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
37/// compiler reports <see cref="ErrorCode.ERR_PPIgnoredFollowsToken"/> anyway, so we speed up success scenarios by not parsing the whole file up front in the SDK CLI.