1 write to _lazyEntryPointAddress
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (1)
161
_lazyEntryPointAddress
= textSection.GetEntryPointAddress(location.RelativeVirtualAddress);
2 references to _lazyEntryPointAddress
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (2)
176
_peDirectoriesBuilder.AddressOfEntryPoint =
_lazyEntryPointAddress
;
199
WriteRelocationSection(sectionBuilder, Header.Machine,
_lazyEntryPointAddress
);