4 references to ERR_BadDebugType
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
805AddDiagnostic(diagnostics, ErrorCode.ERR_BadDebugType, value);
Errors\ErrorFacts.cs (1)
1410or ErrorCode.ERR_BadDebugType
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
2072parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_BadDebugType).WithArguments("+")); 2075parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_BadDebugType).WithArguments("invalid"));