1 instantiation of MethodEntrypointSlotKey
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
449
return _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 =>
401
private struct MethodEntrypointSlotKey : IEquatable<
MethodEntrypointSlotKey
>
416
MethodEntrypointSlotKey
? other = obj as
MethodEntrypointSlotKey
?;
423
public bool Equals(
MethodEntrypointSlotKey
other)
446
private NodeCache<
MethodEntrypointSlotKey
, NativeLayoutMethodEntrypointGenericDictionarySlotNode> _methodEntrypoint_GenericDictionarySlots;