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