11 references to DebugInformationFormat
Microsoft.CodeAnalysis (9)
Compilation\Compilation.cs (6)
3174Debug.Assert(moduleBeingBuilt.DebugInformationFormat != DebugInformationFormat.Embedded || pdbStreamProvider == null); 3178if (moduleBeingBuilt.DebugInformationFormat == DebugInformationFormat.Embedded || pdbStreamProvider != null) 3187if (moduleBeingBuilt.DebugInformationFormat == DebugInformationFormat.Embedded && !RoslynString.IsNullOrEmpty(pePdbFilePath)) 3205if (moduleBeingBuilt.DebugInformationFormat == DebugInformationFormat.Pdb && pdbStreamProvider != null) 3217moduleBeingBuilt.DebugInformationFormat != DebugInformationFormat.PortablePdb || pdbStreamProvider == null 3383var nativePdbWriter = (moduleBeingBuilt.DebugInformationFormat != DebugInformationFormat.Pdb) ? null :
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
84debugMetadataOpt: (context.Module.DebugInformationFormat == DebugInformationFormat.PortablePdb) ? new MetadataBuilder() : null, 96Debug.Assert(context.Module.DebugInformationFormat != DebugInformationFormat.Embedded);
PEWriter\FullMetadataWriter.cs (1)
52switch (context.Module.DebugInformationFormat)
Microsoft.CodeAnalysis.VisualBasic (2)
CodeGen\EmitStatement.vb (1)
1439If _module.debugInformationFormat = DebugInformationFormat.Pdb Then
Compilation\MethodCompiler.vb (1)
1643Dim stateMachineHoistedLocalScopes = If(kickoffMethod Is Nothing OrElse moduleBuilder.DebugInformationFormat = DebugInformationFormat.Pdb,