7 references to RequiresStartupStub
System.Reflection.Metadata (7)
System\Reflection\PortableExecutable\ManagedTextSection.cs (7)
101
private int SizeOfImportAddressTable =>
RequiresStartupStub
? (Is32Bit ? 2 * sizeof(uint) : 2 * sizeof(ulong)) : 0;
127
if (
RequiresStartupStub
)
192
return
RequiresStartupStub
?
199
return
RequiresStartupStub
?
207
return
RequiresStartupStub
?
257
if (
RequiresStartupStub
)
290
if (
RequiresStartupStub
)