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