Base:
property
IsFunctionPointer
System.Type.IsFunctionPointer
3 references to IsFunctionPointer
System.Private.CoreLib (3)
System\Reflection\DynamicInvokeInfo.cs (1)
827Debug.Assert(Type.GetTypeFromMethodTable(_returnType).IsFunctionPointer);
System\Runtime\InteropServices\Marshal.NativeAot.cs (1)
23if (t.IsPointer || t.IsFunctionPointer)
System\RuntimeType.NativeAot.cs (1)
702if (!IsFunctionPointer)