7 references to RequiresStartupStub
System.Reflection.Metadata (7)
System\Reflection\PortableExecutable\ManagedTextSection.cs (7)
102
private int SizeOfImportAddressTable =>
RequiresStartupStub
? (Is32Bit ? 2 * sizeof(uint) : 2 * sizeof(ulong)) : 0;
128
if (
RequiresStartupStub
)
197
return
RequiresStartupStub
?
204
return
RequiresStartupStub
?
212
return
RequiresStartupStub
?
263
if (
RequiresStartupStub
)
296
if (
RequiresStartupStub
)