6 references to ERR_PPIgnoredFollowsIf
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2510or ErrorCode.ERR_PPIgnoredFollowsIf
Parser\DirectiveParser.cs (1)
712colon = this.AddError(colon, ErrorCode.ERR_PPIgnoredFollowsIf);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Parsing\IgnoredDirectiveParsingTests.cs (4)
156Diagnostic(ErrorCode.ERR_PPIgnoredFollowsIf, ":").WithLocation(3, 2)); 305Diagnostic(ErrorCode.ERR_PPIgnoredFollowsIf, ":").WithLocation(3, 2), 308Diagnostic(ErrorCode.ERR_PPIgnoredFollowsIf, ":").WithLocation(5, 2)); 373Diagnostic(ErrorCode.ERR_PPIgnoredFollowsIf, ":").WithLocation(5, 2));