1 instantiation of NativeLayoutThreadStaticBaseIndexDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
102
return new
NativeLayoutThreadStaticBaseIndexDictionarySlotNode
(_factory, type);
3 references to NativeLayoutThreadStaticBaseIndexDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
100
_threadStaticIndex_GenericDictionarySlots = new NodeCache<TypeDesc,
NativeLayoutThreadStaticBaseIndexDictionarySlotNode
>(type =>
364
private NodeCache<TypeDesc,
NativeLayoutThreadStaticBaseIndexDictionarySlotNode
> _threadStaticIndex_GenericDictionarySlots;
365
public
NativeLayoutThreadStaticBaseIndexDictionarySlotNode
ThreadStaticBaseIndexDictionarySlotNode(TypeDesc type)