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