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