6 references to IsReflectionInvokable
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (1)
42
Debug.Assert(factory.MetadataManager.
IsReflectionInvokable
(method));
Compiler\DependencyAnalysis\ReflectionVirtualInvokeMapNode.cs (1)
136
if (!factory.MetadataManager.
IsReflectionInvokable
(method))
Compiler\MetadataManager.cs (4)
442
if (!
IsReflectionInvokable
(method))
458
if (!
IsReflectionInvokable
(method))
497
if (
IsReflectionInvokable
(method))
674
Debug.Assert(
IsReflectionInvokable
(method));