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