1 instantiation of MethodEntrypointSlotKey
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
438return _methodEntrypoint_GenericDictionarySlots.GetOrAdd(new MethodEntrypointSlotKey(method, unboxing, functionPointerTarget));
6 references to MethodEntrypointSlotKey
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (6)
120_methodEntrypoint_GenericDictionarySlots = new NodeCache<MethodEntrypointSlotKey, NativeLayoutMethodEntrypointGenericDictionarySlotNode>(key => 390private struct MethodEntrypointSlotKey : IEquatable<MethodEntrypointSlotKey> 405MethodEntrypointSlotKey? other = obj as MethodEntrypointSlotKey?; 412public bool Equals(MethodEntrypointSlotKey other) 435private NodeCache<MethodEntrypointSlotKey, NativeLayoutMethodEntrypointGenericDictionarySlotNode> _methodEntrypoint_GenericDictionarySlots;