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