2 references to GetLength
Mono.Cecil (2)
Mono.Cecil.PE\ImageWriter.cs (2)
111
var length = metadata.text_map.
GetLength
();
122
text = CreateSection (".text", text_map.
GetLength
(), null);