1 instantiation of InternKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\CopiedMethodILDeduplicator.cs (1)
40
var key = new
InternKey
(node, factory);
7 references to InternKey
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\CopiedMethodILDeduplicator.cs (7)
30
var hashSet = new HashSet<
InternKey
>(new InternComparer());
40
var
key = new InternKey(node, factory);
41
if (hashSet.TryGetValue(key, out
InternKey
existing))
75
private sealed class InternComparer : IEqualityComparer<
InternKey
>
77
public int GetHashCode(
InternKey
key) => key.HashCode;
79
public bool Equals(
InternKey
a,
InternKey
b)