1 instantiation of NativeLayoutDefaultConstructorGenericDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
107
return new
NativeLayoutDefaultConstructorGenericDictionarySlotNode
(_factory, type);
3 references to NativeLayoutDefaultConstructorGenericDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
105
_defaultConstructor_GenericDictionarySlots = new NodeCache<TypeDesc,
NativeLayoutDefaultConstructorGenericDictionarySlotNode
>(type =>
370
private NodeCache<TypeDesc,
NativeLayoutDefaultConstructorGenericDictionarySlotNode
> _defaultConstructor_GenericDictionarySlots;
371
public
NativeLayoutDefaultConstructorGenericDictionarySlotNode
DefaultConstructorDictionarySlot(TypeDesc type)