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