Base:
property
IsFunctionPointer
System.Type.IsFunctionPointer
19 references to IsFunctionPointer
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldAccessor.cs (2)
79
else if (fieldType.
IsFunctionPointer
)
107
else if (fieldType.
IsFunctionPointer
)
src\libraries\System.Private.CoreLib\src\System\Reflection\InvokerEmitUtil.cs (5)
70
if (parameterType.IsPointer || parameterType.
IsFunctionPointer
)
127
if (parameterType.IsPointer || parameterType.
IsFunctionPointer
)
189
il.Emit(OpCodes.Ldobj, parameterType.IsPointer || parameterType.
IsFunctionPointer
? typeof(IntPtr) : parameterType);
272
else if (returnType.
IsFunctionPointer
)
300
else if (elementType.
IsFunctionPointer
)
src\libraries\System.Private.CoreLib\src\System\Reflection\InvokeUtils.cs (1)
18
if (dstType.IsPointer || dstType.
IsFunctionPointer
)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (3)
738
if (type.IsPointer || type.
IsFunctionPointer
|| type.IsByRef || type == typeof(void))
976
if (IsPointer ||
IsFunctionPointer
)
1003
if (IsPointer || IsEnum || IsPrimitive ||
IsFunctionPointer
)
src\System\RuntimeHandles.cs (1)
460
Debug.Assert(type.
IsFunctionPointer
);
src\System\RuntimeType.CoreCLR.cs (7)
1501
Debug.Assert(type.
IsFunctionPointer
);
1535
if (m_runtimeType.
IsFunctionPointer
)
3727
Debug.Assert(targetType.IsPointer || targetType.IsEnum || targetType.IsPrimitive || targetType.
IsFunctionPointer
);
3729
if (targetType.IsPointer || targetType.
IsFunctionPointer
)
3792
if (!
IsFunctionPointer
)
3803
if (!
IsFunctionPointer
)
3821
if (!
IsFunctionPointer
)