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