4 references to UIntPtrPrimitiveType
System.Formats.Nrbf (4)
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (4)
20
private static readonly TypeName?[] s_primitiveTypeNames = new TypeName?[(int)
UIntPtrPrimitiveType
+ 1];
21
private static readonly TypeName?[] s_primitiveSZArrayTypeNames = new TypeName?[(int)
UIntPtrPrimitiveType
+ 1];
49
UIntPtrPrimitiveType
=> "System.UIntPtr",
105
return
UIntPtrPrimitiveType
;