4 references to ERR_PPIgnoredFollowsToken
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2507or ErrorCode.ERR_PPIgnoredFollowsToken
Parser\DirectiveParser.cs (1)
708colon = this.AddError(colon, ErrorCode.ERR_PPIgnoredFollowsToken);
Microsoft.CodeAnalysis.CSharp.Features (1)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
41/// 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.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\IgnoredDirectiveParsingTests.cs (1)
238Diagnostic(ErrorCode.ERR_PPIgnoredFollowsToken, ":").WithLocation(3, 2));