1 instantiation of ReflectableVirtualMethodImplNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
370
return 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 =>
1244
private NodeCache<(MethodDesc Declaration, MethodDesc Implementation),
ReflectableVirtualMethodImplNode
> _reflectableVirtualMethodImpls;
1245
public
ReflectableVirtualMethodImplNode
ReflectableVirtualMethodImpl(MethodDesc declaration, MethodDesc implementation)