8 references to ReadBytes
Mono.Cecil (8)
Mono.Cecil.Cil\PortablePdb.cs (1)
488
pdb_id_guid = new Guid (hashBytes.
ReadBytes
(16));
Mono.Cecil.PE\ByteBuffer.cs (2)
140
var bytes =
ReadBytes
(4);
153
var bytes =
ReadBytes
(8);
Mono.Cecil.PE\ImageReader.cs (1)
748
heap.Id = buffer.
ReadBytes
(20);
Mono.Cecil\AssemblyReader.cs (4)
3000
var bytes = signature.
ReadBytes
((int) (signature.sig_length - (signature.position - signature.start)));
3244
return signature.
ReadBytes
((int) signature.sig_length);
3254
return new Row<byte [], bool> (signature.
ReadBytes
((int) length), false);
3256
var compressed_stream = new MemoryStream (signature.
ReadBytes
((int) length));