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