3 references to EntrySize
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperImport.cs (2)
90
if (Table.
EntrySize
== (factory.Target.PointerSize * 2))
96
Debug.Assert(Table.
EntrySize
== factory.Target.PointerSize);
Compiler\DependencyAnalysis\ReadyToRun\Import.cs (1)
50
public int GetAlignment(NodeFactory factory) => Table.
EntrySize
;