1 override of IsFunctionPointer
System.Private.CoreLib (1)
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (1)
63public override bool IsFunctionPointer => true;
1 reference to IsFunctionPointer
System.Private.CoreLib (1)
System\RuntimeType.NativeAot.cs (1)
556return GetRuntimeTypeInfo().IsFunctionPointer;