8 references to Is64Bit
ILCompiler.Compiler (8)
Compiler\UserDefinedTypeDescriptor.cs (8)
145Is64Bit = Is64Bit ? 1 : 0, 172descriptor.Is64Bit = Is64Bit ? 1 : 0; 278descriptor.Is64Bit = Is64Bit ? 1 : 0; 364descriptor.Is64Bit = Is64Bit ? 1 : 0; 386descriptor.Is64Bit = Is64Bit ? 1 : 0; 797Is64Bit = Is64Bit ? 1 : 0, 812FieldTypeIndex = GetVariableTypeIndex(defType.Context.GetWellKnownType(Is64Bit? WellKnownType.Int64 : WellKnownType.Int32), true), 825pointerTypeDescriptor.Is64Bit = Is64Bit ? 1 : 0;