6 references to ERR_CannotEmbedWithoutPdb
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1460
AddDiagnostic(diagnostics, ErrorCode.
ERR_CannotEmbedWithoutPdb
);
Errors\ErrorFacts.cs (1)
1517
or ErrorCode.
ERR_CannotEmbedWithoutPdb
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (4)
CommandLineTests.cs (4)
2357
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));
2360
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));
2363
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));
2366
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));