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