1 instantiation of NativeLayoutTypeHandleGenericDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
77
return new
NativeLayoutTypeHandleGenericDictionarySlotNode
(_factory, type);
3 references to NativeLayoutTypeHandleGenericDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
75
_typeHandle_GenericDictionarySlots = new NodeCache<TypeDesc,
NativeLayoutTypeHandleGenericDictionarySlotNode
>(type =>
334
private NodeCache<TypeDesc,
NativeLayoutTypeHandleGenericDictionarySlotNode
> _typeHandle_GenericDictionarySlots;
335
public
NativeLayoutTypeHandleGenericDictionarySlotNode
TypeHandleDictionarySlot(TypeDesc type)