6 references to MethodDebugInformation
Mono.Cecil (6)
Mono.Cecil.Cil\PortablePdb.cs (1)
405
var mdi = pdb_metadata.table_heap.GetTable<MethodDebugInformationTable> (Table.
MethodDebugInformation
);
Mono.Cecil.PE\Image.cs (1)
158
|| HasTable (Table.
MethodDebugInformation
)
Mono.Cecil.PE\ImageReader.cs (1)
698
case Table.
MethodDebugInformation
:
Mono.Cecil\AssemblyReader.cs (1)
2848
if (!MoveTo (Table.
MethodDebugInformation
, method.MetadataToken.RID))
Mono.Cecil\AssemblyWriter.cs (2)
937
this.method_debug_information_table = GetTable<MethodDebugInformationTable> (Table.
MethodDebugInformation
);
963
this.method_debug_information_table = GetTable<MethodDebugInformationTable> (Table.
MethodDebugInformation
);