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