4 references to UIntPtr
Microsoft.Cci.Extensions (1)
Extensions\CustomAttributeProvider.cs (1)
81
case SRPrimitiveTypeCode.
UIntPtr
:
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (1)
1009
case PrimitiveTypeCode.
UIntPtr
:
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (2)
51
case PrimitiveTypeCode.
UIntPtr
: return CoreType.UIntPtr;
75
if (type == coreTypes[CoreType.UIntPtr]) return PrimitiveTypeCode.
UIntPtr
;