11 references to ReadUInt32
System.Reflection.Metadata (11)
System\Reflection\PortableExecutable\CorHeader.cs (1)
28Flags = (CorFlags)reader.ReadUInt32();
System\Reflection\PortableExecutable\PEHeader.cs (8)
317ImageBase = reader.ReadUInt32(); 331reader.ReadUInt32(); 335CheckSum = reader.ReadUInt32(); 348SizeOfStackReserve = reader.ReadUInt32(); 349SizeOfStackCommit = reader.ReadUInt32(); 350SizeOfHeapReserve = reader.ReadUInt32(); 351SizeOfHeapCommit = reader.ReadUInt32(); 355reader.ReadUInt32();
System\Reflection\PortableExecutable\PEHeaders.cs (1)
285uint ntSignature = reader.ReadUInt32();
System\Reflection\PortableExecutable\SectionHeader.cs (1)
100SectionCharacteristics = (SectionCharacteristics)reader.ReadUInt32();