11 references to Is32Bit
System.Reflection.Metadata (11)
System\Reflection\PortableExecutable\ManagedTextSection.cs (11)
101
private int SizeOfImportAddressTable => RequiresStartupStub ? (
Is32Bit
? 2 * sizeof(uint) : 2 * sizeof(ulong)) : 0;
111
(
Is32Bit
? 3 * sizeof(uint) : 2 * sizeof(ulong)) + // import lookup table
119
private int SizeOfRuntimeStartupStub =>
Is32Bit
? 8 : 16;
130
result = BitArithmetic.Align(result,
Is32Bit
? 4 : 8); //optional padding to make startup stub's target address align on word or double word boundary
193
rva + CalculateOffsetToMappedFieldDataStreamUnaligned() - (
Is32Bit
? 6 : 10) :
208
new DirectoryEntry(rva + ComputeOffsetToImportTable(), (
Is32Bit
? 66 : 70) + 13) :
313
int hintRva = ilRva + (
Is32Bit
? 12 : 16);
316
if (
Is32Bit
)
335
int hintRva = ilRVA + (
Is32Bit
? 12 : 16);
347
if (
Is32Bit
)
436
if (
Is32Bit
)