6 references to ERR_CannotEmbedWithoutPdb
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1496
AddDiagnostic(diagnostics, ErrorCode.
ERR_CannotEmbedWithoutPdb
);
Errors\ErrorFacts.cs (1)
1518
or ErrorCode.
ERR_CannotEmbedWithoutPdb
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (4)
CommandLineTests.cs (4)
2368
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));
2371
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));
2374
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));
2377
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_CannotEmbedWithoutPdb
));