3 references to HasReflectionInvokeStubForInvokableMethod
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (2)
49if (factory.MetadataManager.HasReflectionInvokeStubForInvokableMethod(method)) 167if (!factory.MetadataManager.HasReflectionInvokeStubForInvokableMethod(method))
Compiler\MetadataManager.cs (1)
439return HasReflectionInvokeStubForInvokableMethod(method);