1 instantiation of ReadyToRunHelperKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
301return _r2rHelpers.GetOrAdd(new ReadyToRunHelperKey(id, target));
5 references to ReadyToRunHelperKey
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (5)
61_r2rHelpers = new NodeCache<ReadyToRunHelperKey, Import>(CreateReadyToRunHelper); 230public bool Equals(ReadyToRunHelperKey other) 237return obj is ReadyToRunHelperKey other && Equals(other); 246private NodeCache<ReadyToRunHelperKey, Import> _r2rHelpers; 248private Import CreateReadyToRunHelper(ReadyToRunHelperKey key)