13 references to UIntPtr
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (3)
1789
ILOpcode.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)
687
ImportConvert(WellKnownType.
UIntPtr
, true, true);
816
ImportConvert(WellKnownType.
UIntPtr
, true, true);
848
ImportConvert(WellKnownType.
UIntPtr
, false, true);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
421
return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.
UIntPtr
));
ILCompiler.ReadyToRun (2)
IBC\IBCProfileParser.cs (1)
481
return context.GetWellKnownType(WellKnownType.
UIntPtr
);
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3427
owningType.IsWellKnownType(WellKnownType.
UIntPtr
)) &&
ILCompiler.RyuJit (1)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3427
owningType.IsWellKnownType(WellKnownType.
UIntPtr
)) &&
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
95
case WellKnownType.
UIntPtr
:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
143
return GetWellKnownType(WellKnownType.
UIntPtr
);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
63
wkt = WellKnownType.
UIntPtr
;