4 references to ERR_BadDebugType
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
803
AddDiagnostic(diagnostics, ErrorCode.
ERR_BadDebugType
, value);
Errors\ErrorFacts.cs (1)
1349
case ErrorCode.
ERR_BadDebugType
:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
2019
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_BadDebugType
).WithArguments("+"));
2022
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_BadDebugType
).WithArguments("invalid"));