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