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