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