10 references to EmitPdbFile
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineArguments.cs (1)
339/// if <see cref="EmitPdbFile"/> is true and the compilation succeeds.
CommandLine\CommonCompiler.cs (1)
1435var pdbStreamProviderOpt = Arguments.EmitPdbFile ? new CompilerEmitStreamProvider(this, finalPdbFilePath) : null;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (8)
CommandLineTests.cs (8)
1970Assert.False(parsedArgs.EmitPdbFile); 1977Assert.False(parsedArgs.EmitPdbFile); 1984Assert.True(parsedArgs.EmitPdbFile); 1991Assert.True(parsedArgs.EmitPdbFile); 1998Assert.False(parsedArgs.EmitPdbFile); 2101Assert.False(parsedArgs.EmitPdbFile); 2106Assert.False(parsedArgs.EmitPdbFile); 2111Assert.True(parsedArgs.EmitPdbFile);