2 references to GetPdbFilePath
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1257
var finalPdbFilePath = Arguments.
GetPdbFilePath
(outputName);
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\CompilationCacheUtilities.cs (1)
112
PdbPath = arguments.EmitPdbFile ? arguments.
GetPdbFilePath
(dllName) : null,