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)
436
if (!
IsReflectionInvokable
(method))
452
if (!
IsReflectionInvokable
(method))
491
if (
IsReflectionInvokable
(method))
668
Debug.Assert(
IsReflectionInvokable
(method));