1 instantiation of NativeLayoutUnwrapNullableGenericDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
92
return new
NativeLayoutUnwrapNullableGenericDictionarySlotNode
(_factory, type);
3 references to NativeLayoutUnwrapNullableGenericDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
90
_unwrapNullable_GenericDictionarySlots = new NodeCache<TypeDesc,
NativeLayoutUnwrapNullableGenericDictionarySlotNode
>(type =>
352
private NodeCache<TypeDesc,
NativeLayoutUnwrapNullableGenericDictionarySlotNode
> _unwrapNullable_GenericDictionarySlots;
353
public
NativeLayoutUnwrapNullableGenericDictionarySlotNode
UnwrapNullableTypeDictionarySlot(TypeDesc type)