1 instantiation of GenericVirtualMethodImplNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
341
return new
GenericVirtualMethodImplNode
(method);
3 references to GenericVirtualMethodImplNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
339
_gvmImpls = new NodeCache<MethodDesc,
GenericVirtualMethodImplNode
>(method =>
1192
private NodeCache<MethodDesc,
GenericVirtualMethodImplNode
> _gvmImpls;
1193
public
GenericVirtualMethodImplNode
GenericVirtualMethodImpl(MethodDesc method)