1 write to Target
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1791Target = target;
4 references to Target
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (4)
461return new DispatchCellNode(callSiteCell.Target, callSiteCell.CallsiteId); 1795public bool Equals(DispatchCellKey other) => Target == other.Target && CallsiteId == other.CallsiteId; 1799int hashCode = Target.GetHashCode();