1 write to Length
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
110
Length
= length;
3 references to Length
ILCompiler.ReadyToRun (3)
ObjectWriter\MapFileBuilder.cs (2)
206
writer.Write($"0x{(section.VirtualAddress + section.
Length
):X8} | ");
207
writer.Write($"0x{section.
Length
:X8} | ");
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
800
dataDirs.SetIfNonEmpty((int)ImageDirectoryEntry.BaseRelocation, (uint)_outputSectionLayout[_baseRelocSectionIndex].VirtualAddress, (uint)_outputSectionLayout[_baseRelocSectionIndex].
Length
);