2 references to IsFunctionPointer
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvokerCommon.cs (1)
57
else if (RuntimeTypeHandle.
IsFunctionPointer
(type))
src\System\RuntimeType.CoreCLR.cs (1)
3769
public override bool IsFunctionPointer => RuntimeTypeHandle.
IsFunctionPointer
(this);