13 references to WRN_IllegalPPWarning
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
360case ErrorCode.WRN_IllegalPPWarning: 1298or ErrorCode.WRN_IllegalPPWarning
Generated\ErrorFacts.Generated.cs (1)
89case ErrorCode.WRN_IllegalPPWarning:
Parser\DirectiveParser.cs (1)
634style = this.EatToken(SyntaxKind.DisableKeyword, ErrorCode.WRN_IllegalPPWarning, reportError: isActive);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (9)
Diagnostics\DiagnosticTest.cs (4)
1593Diagnostic(ErrorCode.WRN_IllegalPPWarning, ""), 1610Diagnostic(ErrorCode.WRN_IllegalPPWarning, ""), 1625Diagnostic(ErrorCode.WRN_IllegalPPWarning, "")); 2113Diagnostic(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