1 instantiation of NativeLayoutGcStaticsGenericDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
82
return new
NativeLayoutGcStaticsGenericDictionarySlotNode
(_factory, type);
3 references to NativeLayoutGcStaticsGenericDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
80
_gcStatic_GenericDictionarySlots = new NodeCache<TypeDesc,
NativeLayoutGcStaticsGenericDictionarySlotNode
>(type =>
340
private NodeCache<TypeDesc,
NativeLayoutGcStaticsGenericDictionarySlotNode
> _gcStatic_GenericDictionarySlots;
341
public
NativeLayoutGcStaticsGenericDictionarySlotNode
GcStaticDictionarySlot(TypeDesc type)