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