1 instantiation of NativeLayoutGvmDispatchGenericDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
117
return new
NativeLayoutGvmDispatchGenericDictionarySlotNode
(_factory, method);
3 references to NativeLayoutGvmDispatchGenericDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
115
_gvmCell_GenericDictionarySlots = new NodeCache<MethodDesc,
NativeLayoutGvmDispatchGenericDictionarySlotNode
>(method =>
387
private NodeCache<MethodDesc,
NativeLayoutGvmDispatchGenericDictionarySlotNode
> _gvmCell_GenericDictionarySlots;
388
public
NativeLayoutGvmDispatchGenericDictionarySlotNode
GvmCellDictionarySlot(MethodDesc method)