1 write to Deduplicator
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (1)
36
factory.RuntimeFunctionsGCInfo.
Deduplicator
= new HashSet<MethodGCInfoNode>(new MethodGCInfoNodeDeduplicatingComparer(factory));
4 references to Deduplicator
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (4)
34
if (factory.RuntimeFunctionsGCInfo.
Deduplicator
== null)
50
if (!factory.RuntimeFunctionsGCInfo.
Deduplicator
.TryGetValue(this, out var deduplicatedResult))
256
bool isFound = factory.RuntimeFunctionsGCInfo.
Deduplicator
.TryGetValue(this, out var found);
263
factory.RuntimeFunctionsGCInfo.
Deduplicator
.Add(this);