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