15 references to Embedded
Microsoft.CodeAnalysis (12)
CommandLine\CommandLineArguments.cs (1)
372=> EmitPdb && EmitOptions.DebugInformationFormat != DebugInformationFormat.Embedded;
Compilation\Compilation.cs (7)
2858if (options?.DebugInformationFormat == DebugInformationFormat.Embedded) 2890if (options?.DebugInformationFormat == DebugInformationFormat.Embedded && 2924options?.DebugInformationFormat != DebugInformationFormat.Embedded) 2966bool embedPdb = options.DebugInformationFormat == DebugInformationFormat.Embedded; 3266Debug.Assert(moduleBeingBuilt.DebugInformationFormat != DebugInformationFormat.Embedded || pdbStreamProvider == null); 3270if (moduleBeingBuilt.DebugInformationFormat == DebugInformationFormat.Embedded || pdbStreamProvider != null) 3279if (moduleBeingBuilt.DebugInformationFormat == DebugInformationFormat.Embedded && !RoslynString.IsNullOrEmpty(pePdbFilePath))
Emit\DebugInformationFormat.cs (2)
18return value >= DebugInformationFormat.Pdb && value <= DebugInformationFormat.Embedded; 23return value == DebugInformationFormat.PortablePdb || value == DebugInformationFormat.Embedded;
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
90Debug.Assert(context.Module.DebugInformationFormat != DebugInformationFormat.Embedded);
PEWriter\FullMetadataWriter.cs (1)
56case DebugInformationFormat.Embedded:
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
832debugInformationFormat = DebugInformationFormat.Embedded;
Microsoft.CodeAnalysis.Rebuild (1)
CompilationFactory.cs (1)
123debugInformationFormat = DebugInformationFormat.Embedded;
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
757debugInformationFormat = DebugInformationFormat.Embedded