1 instantiation of NativeLayoutMethodEntrypointGenericDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
127
return new
NativeLayoutMethodEntrypointGenericDictionarySlotNode
(_factory, key.Method, key.FunctionPointerTarget, key.Unboxing);
3 references to NativeLayoutMethodEntrypointGenericDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
125
_methodEntrypoint_GenericDictionarySlots = new NodeCache<MethodEntrypointSlotKey,
NativeLayoutMethodEntrypointGenericDictionarySlotNode
>(key =>
446
private NodeCache<MethodEntrypointSlotKey,
NativeLayoutMethodEntrypointGenericDictionarySlotNode
> _methodEntrypoint_GenericDictionarySlots;
447
public
NativeLayoutMethodEntrypointGenericDictionarySlotNode
MethodEntrypointDictionarySlot(MethodDesc method, bool unboxing, IMethodNode functionPointerTarget)