1 instantiation of NativeLayoutInterfaceDispatchGenericDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
112
return new
NativeLayoutInterfaceDispatchGenericDictionarySlotNode
(_factory, method);
3 references to NativeLayoutInterfaceDispatchGenericDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
110
_interfaceCell_GenericDictionarySlots = new NodeCache<MethodDesc,
NativeLayoutInterfaceDispatchGenericDictionarySlotNode
>(method =>
376
private NodeCache<MethodDesc,
NativeLayoutInterfaceDispatchGenericDictionarySlotNode
> _interfaceCell_GenericDictionarySlots;
377
public
NativeLayoutInterfaceDispatchGenericDictionarySlotNode
InterfaceCellDictionarySlot(MethodDesc method)