3 references to EmitPdbFile
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineArguments.cs (1)
350
/// if <see cref="
EmitPdbFile
"/> is true and the compilation succeeds.
CommandLine\CommonCompiler.cs (1)
1456
var pdbStreamProviderOpt = Arguments.
EmitPdbFile
? new CompilerEmitStreamProvider(this, finalPdbFilePath) : null;
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\CompilationCacheUtilities.cs (1)
112
PdbPath = arguments.
EmitPdbFile
? arguments.GetPdbFilePath(dllName) : null,