3 writes to Length
Mono.Cecil (3)
Mono.Cecil.Metadata\Buffers.cs (1)
183 table_infos [i].Length = (uint) table.Length;
Mono.Cecil.PE\ImageReader.cs (2)
447 heap.Tables [i].Length = image.PdbHeap.TypeSystemTableRows [i]; 455 heap.Tables [i].Length = ReadUInt32 ();
10 references to Length
Mono.Cecil (10)
Mono.Cecil.Metadata\Buffers.cs (1)
52 return (int) table_infos [(int) table].Length;
Mono.Cecil.Metadata\TableHeap.cs (1)
79 get { return Length > ushort.MaxValue; }
Mono.Cecil.PE\Image.cs (1)
74 return (int) TableHeap [table].Length;
Mono.Cecil.PE\ImageReader.cs (1)
738 offset += (uint) size * tables [i].Length;
Mono.Cecil\AssemblyReader.cs (6)
554 if (info.Length != 0) 557 return (int) info.Length; 563 var length = info.Length; 991 if (current_index == current_table.Length) 992 next_index = image.TableHeap [target].Length + 1; 2547 var length = image.TableHeap [Table.CustomAttribute].Length;