4 references to ERR_SourceLinkRequiresPdb
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1437
AddDiagnostic(diagnostics, ErrorCode.
ERR_SourceLinkRequiresPdb
);
Errors\ErrorFacts.cs (1)
1455
case ErrorCode.
ERR_SourceLinkRequiresPdb
:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
2165
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_SourceLinkRequiresPdb
));
2171
parsedArgs.Errors.Verify(Diagnostic(ErrorCode.
ERR_SourceLinkRequiresPdb
));