1 write to DictionaryOwner
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1756
DictionaryOwner
= dictionaryOwner;
5 references to DictionaryOwner
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\NodeFactory.cs (5)
640
return new ReadyToRunGenericLookupFromDictionaryNode(this, helperKey.HelperId, helperKey.Target, helperKey.
DictionaryOwner
);
645
return new ReadyToRunGenericLookupFromTypeNode(this, helperKey.HelperId, helperKey.Target, helperKey.
DictionaryOwner
);
1760
=> HelperId == other.HelperId &&
DictionaryOwner
== other.
DictionaryOwner
&& Target.Equals(other.Target);
1766
hashCode = hashCode * 23 +
DictionaryOwner
.GetHashCode();