1 write to EntryPointTokenOrRelativeVirtualAddress
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\CorHeader.cs (1)
29EntryPointTokenOrRelativeVirtualAddress = reader.ReadInt32();
3 references to EntryPointTokenOrRelativeVirtualAddress
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (1)
251int entryPointToken = corHeader.EntryPointTokenOrRelativeVirtualAddress;
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\ManagedTextSection.cs (1)
224/// <param name="entryPointTokenOrRelativeVirtualAddress">Entry point token or RVA (<see cref="CorHeader.EntryPointTokenOrRelativeVirtualAddress"/>)</param>
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
57int entryPointToken = corHeader.EntryPointTokenOrRelativeVirtualAddress;