5 references to CustomAttribute
Mono.Cecil (5)
Mono.Cecil.PE\ImageReader.cs (1)
555
case Table.
CustomAttribute
:
Mono.Cecil\AssemblyReader.cs (3)
2478
Table.
CustomAttribute
, () => {
2519
if (!MoveTo (Table.
CustomAttribute
, range.Start))
2547
var length = image.TableHeap [Table.
CustomAttribute
].Length;
Mono.Cecil\AssemblyWriter.cs (1)
919
this.custom_attribute_table = GetTable<CustomAttributeTable> (Table.
CustomAttribute
);