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