1 write to RowSize
Mono.Cecil (1)
Mono.Cecil.PE\ImageReader.cs (1)
735
tables [i].
RowSize
= (uint) size;
2 references to RowSize
Mono.Cecil (2)
Mono.Cecil\AssemblyReader.cs (2)
567
this.position = (int) (info.Offset + (info.
RowSize
* (row - 1)));
995
this.position += (int) (current_table.
RowSize
- image.GetTableIndexSize (target));