5 writes to Type
Mono.Cecil (5)
Mono.Cecil.Cil\PortablePdb.cs (3)
350 Type = ImageDebugType.CodeView, 381 Type = ImageDebugType.PdbChecksum, 550 Type = ImageDebugType.EmbeddedPortablePdb,
Mono.Cecil.Cil\Symbols.cs (1)
1166 var entry = new ImageDebugHeaderEntry (new ImageDebugDirectory { Type = ImageDebugType.Deterministic }, Empty<byte>.Array);
Mono.Cecil.PE\ImageReader.cs (1)
349 Type = (ImageDebugType) ReadInt32 (),
6 references to Type
illink (2)
Mono.Cecil (3)
Mono.Cecil.Cil\PortablePdb.cs (1)
87 if (entry.Directory.Type != ImageDebugType.CodeView)
Mono.Cecil.Cil\Symbols.cs (1)
1193 if (entry.Directory.Type == type)
Mono.Cecil.PE\ImageWriter.cs (1)
598 WriteInt32 ((int) directory.Type);
Mono.Cecil.Pdb (1)
Mono.Cecil.Pdb\NativePdbReader.cs (1)
71 if (entry.Directory.Type != ImageDebugType.CodeView)