1 write to NumberOfRelocations
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\SectionHeader.cs (1)
98NumberOfRelocations = reader.ReadUInt16();
7 references to NumberOfRelocations
Microsoft.CodeAnalysis (4)
CvtRes.cs (4)
217var relocLastAddress = checked(rsrc1.PointerToRelocations + (rsrc1.NumberOfRelocations * SizeOfRelocationEntry)); 230var relocationOffsets = new uint[rsrc1.NumberOfRelocations]; //offsets into .rsrc$01 232var relocationSymbolIndices = new uint[rsrc1.NumberOfRelocations]; 237for (int i = 0; i < rsrc1.NumberOfRelocations; i++)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Emit\EmitMetadataTests.cs (3)
2384Assert.Equal(0, sections[0].NumberOfRelocations); 2395Assert.Equal(0, sections[1].NumberOfRelocations); 2522Assert.Equal(0, sections[0].NumberOfRelocations);