10 references to EmitPdbFile
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineArguments.cs (1)
334/// if <see cref="EmitPdbFile"/> is true and the compilation succeeds.
CommandLine\CommonCompiler.cs (1)
1322var pdbStreamProviderOpt = Arguments.EmitPdbFile ? new CompilerEmitStreamProvider(this, finalPdbFilePath) : null;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (8)
CommandLineTests.cs (8)
1903Assert.False(parsedArgs.EmitPdbFile); 1910Assert.False(parsedArgs.EmitPdbFile); 1917Assert.True(parsedArgs.EmitPdbFile); 1924Assert.True(parsedArgs.EmitPdbFile); 1931Assert.False(parsedArgs.EmitPdbFile); 2034Assert.False(parsedArgs.EmitPdbFile); 2039Assert.False(parsedArgs.EmitPdbFile); 2044Assert.True(parsedArgs.EmitPdbFile);