1 instantiation of NativeLayoutNonGcStaticsGenericDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
87
return new
NativeLayoutNonGcStaticsGenericDictionarySlotNode
(_factory, type);
3 references to NativeLayoutNonGcStaticsGenericDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
85
_nonGcStatic_GenericDictionarySlots = new NodeCache<TypeDesc,
NativeLayoutNonGcStaticsGenericDictionarySlotNode
>(type =>
346
private NodeCache<TypeDesc,
NativeLayoutNonGcStaticsGenericDictionarySlotNode
> _nonGcStatic_GenericDictionarySlots;
347
public
NativeLayoutNonGcStaticsGenericDictionarySlotNode
NonGcStaticDictionarySlot(TypeDesc type)