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