8 references to TableInformation
Mono.Cecil (8)
Mono.Cecil.Metadata\Buffers.cs (2)
26 readonly internal TableInformation [] table_infos = new TableInformation [Mixin.TableCount];
Mono.Cecil.Metadata\TableHeap.cs (3)
88 public readonly TableInformation [] Tables = new TableInformation [Mixin.TableCount]; 90 public TableInformation this [Table table] {
Mono.Cecil\AssemblyReader.cs (3)
553 var info = image.TableHeap [table]; 562 var info = image.TableHeap [table]; 989 var current_table = image.TableHeap [current];