19 references to UInt16
ILCompiler.Compiler (11)
Compiler\TypePreinit.cs (3)
1642ILOpcode.ldelem_u2 => context.GetWellKnownType(WellKnownType.UInt16), 1739ILOpcode.ldind_u2 => context.GetWellKnownType(WellKnownType.UInt16), 1786ILOpcode.stind_i2 => stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.UInt16)),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (5)
520ImportLoadIndirect(WellKnownType.UInt16); 675ImportConvert(WellKnownType.UInt16, true, true); 711ImportLoadElement(WellKnownType.UInt16); 777ImportConvert(WellKnownType.UInt16, true, true); 804ImportConvert(WellKnownType.UInt16, false, true);
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
512 => method.Context.GetWellKnownType(WellKnownType.UInt16),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
42return context.GetWellKnownType(WellKnownType.UInt16); 90return context.GetWellKnownType(WellKnownType.UInt16);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
401return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.UInt16));
ILCompiler.ReadyToRun (4)
IBC\IBCProfileParser.cs (1)
489return context.GetWellKnownType(WellKnownType.UInt16);
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
512 => method.Context.GetWellKnownType(WellKnownType.UInt16),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
42return context.GetWellKnownType(WellKnownType.UInt16); 90return context.GetWellKnownType(WellKnownType.UInt16);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
89case WellKnownType.UInt16:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
123return GetWellKnownType(WellKnownType.UInt16);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
54wkt = WellKnownType.UInt16;