14 references to Embedded
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompiler.cs (1)
343var emitPdbFile = _csharpCompiler.EmitPdb && emitOptions.DebugInformationFormat != DebugInformationFormat.Embedded;
Microsoft.CodeAnalysis (11)
CommandLine\CommandLineArguments.cs (1)
372=> EmitPdb && EmitOptions.DebugInformationFormat != DebugInformationFormat.Embedded;
Compilation\Compilation.cs (6)
2858if (options?.DebugInformationFormat == DebugInformationFormat.Embedded) 2918options?.DebugInformationFormat != DebugInformationFormat.Embedded) 2960bool embedPdb = options.DebugInformationFormat == DebugInformationFormat.Embedded; 3268Debug.Assert(moduleBeingBuilt.DebugInformationFormat != DebugInformationFormat.Embedded || pdbStreamProvider == null); 3278else if (moduleBeingBuilt.DebugInformationFormat == DebugInformationFormat.Embedded || pdbStreamProvider != null) 3287if (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;