1 write to DictionaryOwner
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
232DictionaryOwner = dictionaryOwner;
3 references to DictionaryOwner
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
236=> HelperId == other.HelperId && DictionaryOwner == other.DictionaryOwner && Target.Equals(other.Target); 242hashCode = hashCode * 23 + DictionaryOwner.GetHashCode();