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