19 references to Single
ILCompiler.Compiler (11)
Compiler\CompilerTypeSystemContext.GetFieldMethodOverrides.cs (1)
98if (valueType.IsWellKnownType(WellKnownType.Double) || valueType.IsWellKnownType(WellKnownType.Single))
Compiler\TypePreinit.cs (3)
1592ILOpcode.stelem_r4 => context.GetWellKnownType(WellKnownType.Single), 1646ILOpcode.ldelem_r4 => context.GetWellKnownType(WellKnownType.Single), 2185else if (!locationType.IsWellKnownType(WellKnownType.Single))
parent\parent\Common\JitInterface\WasmLowering.cs (1)
409'f' => context.GetWellKnownType(WellKnownType.Single),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (5)
535ImportLoadIndirect(WellKnownType.Single); 559ImportStoreIndirect(WellKnownType.Single); 598ImportConvert(WellKnownType.Single, false, false); 726ImportLoadElement(WellKnownType.Single); 750ImportStoreElement(WellKnownType.Single);
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
52return context.GetWellKnownType(WellKnownType.Single);
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
120case Ecma.SerializationTypeCode.Single: return module.Context.GetWellKnownType(Cts.WellKnownType.Single);
ILCompiler\Metadata\Transform.Type.cs (1)
411return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.Single));
ILCompiler.ReadyToRun (3)
IBC\IBCProfileParser.cs (1)
499return context.GetWellKnownType(WellKnownType.Single);
parent\parent\Common\JitInterface\WasmLowering.cs (1)
409'f' => context.GetWellKnownType(WellKnownType.Single),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
52return context.GetWellKnownType(WellKnownType.Single);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
96case WellKnownType.Single:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
133return GetWellKnownType(WellKnownType.Single);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
48wkt = WellKnownType.Single;