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