24 references to Double
ILCompiler.Compiler (13)
Compiler\CompilerTypeSystemContext.GetFieldMethodOverrides.cs (1)
98if (valueType.IsWellKnownType(WellKnownType.Double) || valueType.IsWellKnownType(WellKnownType.Single))
Compiler\TypePreinit.cs (3)
1593ILOpcode.stelem_r8 => context.GetWellKnownType(WellKnownType.Double), 1647ILOpcode.ldelem_r8 => context.GetWellKnownType(WellKnownType.Double), 2181if (locationType.IsWellKnownType(WellKnownType.Double))
parent\parent\Common\JitInterface\WasmLowering.cs (1)
410'd' => context.GetWellKnownType(WellKnownType.Double),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (6)
538ImportLoadIndirect(WellKnownType.Double); 562ImportStoreIndirect(WellKnownType.Double); 601ImportConvert(WellKnownType.Double, false, false); 629ImportConvert(WellKnownType.Double, false, true); 729ImportLoadElement(WellKnownType.Double); 753ImportStoreElement(WellKnownType.Double);
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
54return context.GetWellKnownType(WellKnownType.Double); 95return context.GetWellKnownType(WellKnownType.Double);
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
121case Ecma.SerializationTypeCode.Double: return module.Context.GetWellKnownType(Cts.WellKnownType.Double);
ILCompiler\Metadata\Transform.Type.cs (1)
413return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.Double));
ILCompiler.ReadyToRun (5)
IBC\IBCProfileParser.cs (1)
501return context.GetWellKnownType(WellKnownType.Double);
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
2476var doubleType = type.Context.GetWellKnownType(WellKnownType.Double);
parent\parent\Common\JitInterface\WasmLowering.cs (1)
410'd' => context.GetWellKnownType(WellKnownType.Double),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
54return context.GetWellKnownType(WellKnownType.Double); 95return context.GetWellKnownType(WellKnownType.Double);
ILCompiler.RyuJit (1)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
2476var doubleType = type.Context.GetWellKnownType(WellKnownType.Double);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
97case WellKnownType.Double:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
135return GetWellKnownType(WellKnownType.Double);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
27wkt = WellKnownType.Double;