6 references to CodeView
illink (2)
Linker\CustomSymbolWriter.cs (2)
61
if (entry.Directory.Type != ImageDebugType.
CodeView
)
95
if (entry.Directory.Type != ImageDebugType.
CodeView
)
Mono.Cecil (3)
Mono.Cecil.Cil\PortablePdb.cs (2)
87
if (entry.Directory.Type != ImageDebugType.
CodeView
)
350
Type = ImageDebugType.
CodeView
,
Mono.Cecil.Cil\Symbols.cs (1)
1156
return GetEntry (header, ImageDebugType.
CodeView
);
Mono.Cecil.Pdb (1)
Mono.Cecil.Pdb\NativePdbReader.cs (1)
71
if (entry.Directory.Type != ImageDebugType.
CodeView
)