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)
1967Assert.False(parsedArgs.EmitPdbFile); 1974Assert.False(parsedArgs.EmitPdbFile); 1981Assert.True(parsedArgs.EmitPdbFile); 1988Assert.True(parsedArgs.EmitPdbFile); 1995Assert.False(parsedArgs.EmitPdbFile); 2098Assert.False(parsedArgs.EmitPdbFile); 2103Assert.False(parsedArgs.EmitPdbFile); 2108Assert.True(parsedArgs.EmitPdbFile);