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