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