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