3 references to ReadCompressedUInt32
Mono.Cecil (3)
Mono.Cecil.Metadata\BlobHeap.cs (2)
28 int length = (int) data.ReadCompressedUInt32 (ref position); 51 length = (int) buffer.ReadCompressedUInt32 (ref index);
Mono.Cecil.Metadata\UserStringHeap.cs (1)
24 uint length = (uint) (data.ReadCompressedUInt32 (ref start) & ~1);