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)
1456var pdbStreamProviderOpt = Arguments.EmitPdbFile ? new CompilerEmitStreamProvider(this, finalPdbFilePath) : null;
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\CompilationCacheUtilities.cs (1)
112PdbPath = arguments.EmitPdbFile ? arguments.GetPdbFilePath(dllName) : null,