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)
442if (!IsReflectionInvokable(method)) 458if (!IsReflectionInvokable(method)) 497if (IsReflectionInvokable(method)) 674Debug.Assert(IsReflectionInvokable(method));