6 references to ERR_CannotEmbedWithoutPdb
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1447
AddDiagnostic(diagnostics, ErrorCode.
ERR_CannotEmbedWithoutPdb
);
Errors\ErrorFacts.cs (1)
1456
case ErrorCode.
ERR_CannotEmbedWithoutPdb
:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (4)
CommandLineTests.cs (4)
2304
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));
2307
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));
2310
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));
2313
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));