10 references to IsGenericMethodPointer
System.Private.CoreLib (8)
Internal\Runtime\CompilerServices\FunctionPointerOps.cs (3)
106if (!IsGenericMethodPointer(functionPointerA)) 111if (!IsGenericMethodPointer(functionPointerB)) 129if (!IsGenericMethodPointer(functionPointer))
System\Delegate.cs (4)
126if (!FunctionPointerOps.IsGenericMethodPointer(functionPointer)) 153if (!FunctionPointerOps.IsGenericMethodPointer(functionResolution)) 183if (!FunctionPointerOps.IsGenericMethodPointer(functionPointer)) 292if (FunctionPointerOps.IsGenericMethodPointer(ldftnResult))
System\Runtime\TypeLoaderExports.cs (1)
153if (FunctionPointerOps.IsGenericMethodPointer(pfn))
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
473if (FunctionPointerOps.IsGenericMethodPointer(originalLdFtnResult))
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (1)
466if (FunctionPointerOps.IsGenericMethodPointer(unboxingFunctionPointer))