11 references to Is32Bit
System.Reflection.Metadata (11)
System\Reflection\PortableExecutable\ManagedTextSection.cs (11)
102private int SizeOfImportAddressTable => RequiresStartupStub ? (Is32Bit ? 2 * sizeof(uint) : 2 * sizeof(ulong)) : 0; 112(Is32Bit ? 3 * sizeof(uint) : 2 * sizeof(ulong)) + // import lookup table 120private int SizeOfRuntimeStartupStub => Is32Bit ? 8 : 16; 131result = BitArithmetic.Align(result, Is32Bit ? 4 : 8); //optional padding to make startup stub's target address align on word or double word boundary 198rva + CalculateOffsetToMappedFieldDataStreamUnaligned() - (Is32Bit ? 6 : 10) : 213new DirectoryEntry(rva + ComputeOffsetToImportTable(), (Is32Bit ? 66 : 70) + 13) : 319int hintRva = ilRva + (Is32Bit ? 12 : 16); 322if (Is32Bit) 341int hintRva = ilRVA + (Is32Bit ? 12 : 16); 353if (Is32Bit) 442if (Is32Bit)