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