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