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