1 instantiation of NativeLayoutMethodDictionaryGenericDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
117
return new
NativeLayoutMethodDictionaryGenericDictionarySlotNode
(_factory, method);
3 references to NativeLayoutMethodDictionaryGenericDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
115
_methodDictionary_GenericDictionarySlots = new NodeCache<MethodDesc,
NativeLayoutMethodDictionaryGenericDictionarySlotNode
>(method =>
382
private NodeCache<MethodDesc,
NativeLayoutMethodDictionaryGenericDictionarySlotNode
> _methodDictionary_GenericDictionarySlots;
383
public
NativeLayoutMethodDictionaryGenericDictionarySlotNode
MethodDictionaryDictionarySlot(MethodDesc method)