1 instantiation of NativeLayoutAllocateObjectGenericDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
97
return new
NativeLayoutAllocateObjectGenericDictionarySlotNode
(_factory, type);
3 references to NativeLayoutAllocateObjectGenericDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
95
_allocateObject_GenericDictionarySlots = new NodeCache<TypeDesc,
NativeLayoutAllocateObjectGenericDictionarySlotNode
>(type =>
358
private NodeCache<TypeDesc,
NativeLayoutAllocateObjectGenericDictionarySlotNode
> _allocateObject_GenericDictionarySlots;
359
public
NativeLayoutAllocateObjectGenericDictionarySlotNode
AllocateObjectDictionarySlot(TypeDesc type)