5 references to CustomDebugInformation
Mono.Cecil (5)
Mono.Cecil.PE\Image.cs (1)
163
|| HasTable (Table.
CustomDebugInformation
);
Mono.Cecil.PE\ImageReader.cs (1)
726
case Table.
CustomDebugInformation
:
Mono.Cecil\AssemblyReader.cs (1)
3157
var length = MoveTo (Table.
CustomDebugInformation
);
Mono.Cecil\AssemblyWriter.cs (2)
943
this.custom_debug_information_table = GetTable<CustomDebugInformationTable> (Table.
CustomDebugInformation
);
969
this.custom_debug_information_table = GetTable<CustomDebugInformationTable> (Table.
CustomDebugInformation
);