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