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