6 references to IsReflectionInvokable
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (1)
42Debug.Assert(factory.MetadataManager.IsReflectionInvokable(method));
Compiler\DependencyAnalysis\ReflectionVirtualInvokeMapNode.cs (1)
136if (!factory.MetadataManager.IsReflectionInvokable(method))
Compiler\MetadataManager.cs (4)
436if (!IsReflectionInvokable(method)) 452if (!IsReflectionInvokable(method)) 491if (IsReflectionInvokable(method)) 668Debug.Assert(IsReflectionInvokable(method));