13 references to WRN_IllegalPPWarning
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
347case ErrorCode.WRN_IllegalPPWarning: 1237case ErrorCode.WRN_IllegalPPWarning:
Generated\ErrorFacts.Generated.cs (1)
89case ErrorCode.WRN_IllegalPPWarning:
Parser\DirectiveParser.cs (1)
629style = this.EatToken(SyntaxKind.DisableKeyword, ErrorCode.WRN_IllegalPPWarning, reportError: isActive);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (9)
Diagnostics\DiagnosticTest.cs (4)
1555Diagnostic(ErrorCode.WRN_IllegalPPWarning, ""), 1572Diagnostic(ErrorCode.WRN_IllegalPPWarning, ""), 1587Diagnostic(ErrorCode.WRN_IllegalPPWarning, "")); 2075Diagnostic(ErrorCode.WRN_IllegalPPWarning, "blah").WithLocation(14, 17));
LexicalAndXml\DisabledRegionTests.cs (1)
96Diagnostic(ErrorCode.WRN_IllegalPPWarning, ""),
LexicalAndXml\PreprocessorTests.cs (4)
3689VerifyErrorCode(node, (int)ErrorCode.WRN_IllegalPPWarning); // CS1634 4003VerifyErrorSpecial(node, new DirectiveInfo { Number = (int)ErrorCode.WRN_IllegalPPWarning, Status = NodeStatus.IsWarning }); // CS1634 4019VerifyErrorSpecial(node, new DirectiveInfo { Number = (int)ErrorCode.WRN_IllegalPPWarning, Status = NodeStatus.IsWarning }); // CS1634 4035VerifyErrorSpecial(node, new DirectiveInfo { Number = (int)ErrorCode.WRN_IllegalPPWarning, Status = NodeStatus.IsWarning }); // CS1634