1 write to HelperId
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1754
HelperId
= helperId;
5 references to HelperId
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);
1764
int hashCode = (int)
HelperId
* 0x5498341 + 0x832424;