Base:
property
IsFunctionPointer
System.Type.IsFunctionPointer
18 references to IsFunctionPointer
System.Private.CoreLib (18)
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)
757if (type.IsPointer || type.IsFunctionPointer || type.IsByRef || type == typeof(void)) 995if (IsPointer || IsFunctionPointer) 1022if (IsPointer || IsEnum || IsPrimitive || IsFunctionPointer)
src\System\RuntimeHandles.cs (1)
481Debug.Assert(type.IsFunctionPointer);
src\System\RuntimeType.CoreCLR.cs (6)
1478Debug.Assert(type.IsFunctionPointer); 3688Debug.Assert(targetType.IsPointer || targetType.IsEnum || targetType.IsPrimitive || targetType.IsFunctionPointer); 3690if (targetType.IsPointer || targetType.IsFunctionPointer) 3753if (!IsFunctionPointer) 3764if (!IsFunctionPointer) 3782if (!IsFunctionPointer)