14 references to UInt64
ILCompiler.Compiler (7)
Compiler\JitHelper.cs (1)
231TypeDesc t = context.GetWellKnownType(WellKnownType.UInt64);
Compiler\TypePreinit.cs (2)
1788ILOpcode.stind_i8 => stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.UInt64)), 2120&& !locationType.IsWellKnownType(WellKnownType.UInt64))
parent\parent\Common\TypeSystem\IL\ILImporter.cs (3)
607ImportConvert(WellKnownType.UInt64, false, true); 681ImportConvert(WellKnownType.UInt64, true, true); 789ImportConvert(WellKnownType.UInt64, true, true);
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
50return context.GetWellKnownType(WellKnownType.UInt64);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
409return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.UInt64));
ILCompiler.ReadyToRun (2)
IBC\IBCProfileParser.cs (1)
497return context.GetWellKnownType(WellKnownType.UInt64);
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
50return context.GetWellKnownType(WellKnownType.UInt64);
ILCompiler.RyuJit (1)
parent\ILCompiler.Compiler\Compiler\JitHelper.cs (1)
231TypeDesc t = context.GetWellKnownType(WellKnownType.UInt64);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
93case WellKnownType.UInt64:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
131return GetWellKnownType(WellKnownType.UInt64);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
60wkt = WellKnownType.UInt64;