1 instantiation of ReflectableVirtualMethodImplNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
370return new ReflectableVirtualMethodImplNode(methods.Declaration, methods.Implementation);
3 references to ReflectableVirtualMethodImplNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
368_reflectableVirtualMethodImpls = new NodeCache<(MethodDesc Declaration, MethodDesc Implementation), ReflectableVirtualMethodImplNode>(methods => 1244private NodeCache<(MethodDesc Declaration, MethodDesc Implementation), ReflectableVirtualMethodImplNode> _reflectableVirtualMethodImpls; 1245public ReflectableVirtualMethodImplNode ReflectableVirtualMethodImpl(MethodDesc declaration, MethodDesc implementation)