1 write to Target
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1778
Target
= target;
4 references to Target
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (4)
462
return new InterfaceDispatchCellNode(callSiteCell.
Target
, callSiteCell.CallsiteId);
1782
public bool Equals(DispatchCellKey other) =>
Target
== other.
Target
&& CallsiteId == other.CallsiteId;
1786
int hashCode =
Target
.GetHashCode();