31 references to ReadUInt32
Mono.Cecil (31)
Mono.Cecil.Cil\CodeReader.cs (3)
567 var @string = GetString (new MetadataToken (buffer.ReadUInt32 ())); 575 var call_site = GetCallSite (new MetadataToken (buffer.ReadUInt32 ())); 583 var provider = reader.LookupToken (new MetadataToken (buffer.ReadUInt32 ()));
Mono.Cecil.Cil\PortablePdb.cs (1)
489 pdb_id_stamp = hashBytes.ReadUInt32 ();
Mono.Cecil.Metadata\Buffers.cs (1)
231 var rva = ReadUInt32 ();
Mono.Cecil.PE\ByteBuffer.cs (3)
85 return (int) ReadUInt32 (); 90 uint low = ReadUInt32 (); 91 uint high = ReadUInt32 ();
Mono.Cecil.PE\ImageReader.cs (2)
749 heap.EntryPoint = buffer.ReadUInt32 (); 758 heap.TypeSystemTableRows [i] = buffer.ReadUInt32 ();
Mono.Cecil.PE\ImageWriter.cs (2)
845 var child = resources.ReadUInt32 (); 860 var rva = resources.ReadUInt32 ();
Mono.Cecil\AssemblyReader.cs (19)
483 return ReadUInt32 (); 578 name.HashAlgorithm = (AssemblyHashAlgorithm) ReadUInt32 (); 658 var attributes = (FileAttributes) ReadUInt32 (); 731 var offset = ReadUInt32 (); 732 var flags = (ManifestResourceAttributes) ReadUInt32 (); 768 (FileAttributes) ReadUInt32 (), 793 name.Attributes = (AssemblyAttributes) ReadUInt32 (); 948 var attributes = (TypeAttributes) ReadUInt32 (); 1033 var class_size = ReadUInt32 (); 1407 var rva = ReadUInt32 (); 1437 var offset = ReadUInt32 (); 1773 method.rva = ReadUInt32 (); 2734 var attributes = (TypeAttributes) ReadUInt32 (); 2735 var identifier = ReadUInt32 (); 2794 ReadUInt32 (); 2888 var scope_start = ReadUInt32 (); 2889 var scope_length = ReadUInt32 (); 3572 var length = ReadUInt32 (); 3642 return ReadUInt32 ();