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; 199WriteRelocationSection(sectionBuilder, Header.Machine, _lazyEntryPointAddress);