13 references to UIntPtr
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (3)
1789ILOpcode.stind_i => stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.UIntPtr)), 2157&& !locationType.IsWellKnownType(WellKnownType.UIntPtr)) 3671&& (field.FieldType.IsWellKnownType(WellKnownType.IntPtr) || field.FieldType.IsWellKnownType(WellKnownType.UIntPtr)))
parent\parent\Common\TypeSystem\IL\ILImporter.cs (3)
687ImportConvert(WellKnownType.UIntPtr, true, true); 816ImportConvert(WellKnownType.UIntPtr, true, true); 848ImportConvert(WellKnownType.UIntPtr, false, true);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
421return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.UIntPtr));
ILCompiler.ReadyToRun (2)
IBC\IBCProfileParser.cs (1)
481return context.GetWellKnownType(WellKnownType.UIntPtr);
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3427owningType.IsWellKnownType(WellKnownType.UIntPtr)) &&
ILCompiler.RyuJit (1)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3427owningType.IsWellKnownType(WellKnownType.UIntPtr)) &&
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
95case WellKnownType.UIntPtr:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
143return GetWellKnownType(WellKnownType.UIntPtr);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
63wkt = WellKnownType.UIntPtr;