10 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)
1435var pdbStreamProviderOpt = Arguments.EmitPdbFile ? new CompilerEmitStreamProvider(this, finalPdbFilePath) : null;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (8)
CommandLineTests.cs (8)
1956Assert.False(parsedArgs.EmitPdbFile); 1963Assert.False(parsedArgs.EmitPdbFile); 1970Assert.True(parsedArgs.EmitPdbFile); 1977Assert.True(parsedArgs.EmitPdbFile); 1984Assert.False(parsedArgs.EmitPdbFile); 2087Assert.False(parsedArgs.EmitPdbFile); 2092Assert.False(parsedArgs.EmitPdbFile); 2097Assert.True(parsedArgs.EmitPdbFile);