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