5 references to UIntPtr
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\General\Assignability.cs (1)
106
if (toTypeInfo.Equals(coreTypes[CoreType.
UIntPtr
]))
System\Reflection\TypeLoading\General\CoreType.cs (1)
104
case CoreType.
UIntPtr
: ns = Utf8Constants.System; name = Utf8Constants.UIntPtr; return;
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (2)
51
case PrimitiveTypeCode.UIntPtr: return CoreType.
UIntPtr
;
75
if (type == coreTypes[CoreType.
UIntPtr
]) return PrimitiveTypeCode.UIntPtr;
System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs (1)
100
CoreType.
UIntPtr
,