1 write to PointerToRelocations
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\SectionHeader.cs (1)
96
PointerToRelocations
= reader.ReadInt32();
5 references to PointerToRelocations
Microsoft.CodeAnalysis (2)
CvtRes.cs (2)
217
var relocLastAddress = checked(rsrc1.
PointerToRelocations
+ (rsrc1.NumberOfRelocations * SizeOfRelocationEntry));
235
stream.Position = rsrc1.
PointerToRelocations
;
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Emit\EmitMetadataTests.cs (3)
2387
Assert.Equal(0, sections[0].
PointerToRelocations
);
2398
Assert.Equal(0, sections[1].
PointerToRelocations
);
2525
Assert.Equal(0, sections[0].
PointerToRelocations
);