1 instantiation of MethodEntrypointSlotKey
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
449return _methodEntrypoint_GenericDictionarySlots.GetOrAdd(new MethodEntrypointSlotKey(method, unboxing, functionPointerTarget));
6 references to MethodEntrypointSlotKey
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (6)
125_methodEntrypoint_GenericDictionarySlots = new NodeCache<MethodEntrypointSlotKey, NativeLayoutMethodEntrypointGenericDictionarySlotNode>(key => 401private struct MethodEntrypointSlotKey : IEquatable<MethodEntrypointSlotKey> 416MethodEntrypointSlotKey? other = obj as MethodEntrypointSlotKey?; 423public bool Equals(MethodEntrypointSlotKey other) 446private NodeCache<MethodEntrypointSlotKey, NativeLayoutMethodEntrypointGenericDictionarySlotNode> _methodEntrypoint_GenericDictionarySlots;