4 references to ERR_BadWarningLevel
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
958
AddDiagnostic(diagnostics, ErrorCode.
ERR_BadWarningLevel
);
Errors\ErrorFacts.cs (1)
1348
case ErrorCode.
ERR_BadWarningLevel
:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
5199
Diagnostic(ErrorCode.
ERR_BadWarningLevel
));
5207
Diagnostic(ErrorCode.
ERR_BadWarningLevel
));