1 write to PointerToRelocations
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\SectionHeader.cs (1)
96PointerToRelocations = reader.ReadInt32();
2 references to PointerToRelocations
Microsoft.CodeAnalysis (2)
CvtRes.cs (2)
217var relocLastAddress = checked(rsrc1.PointerToRelocations + (rsrc1.NumberOfRelocations * SizeOfRelocationEntry)); 235stream.Position = rsrc1.PointerToRelocations;