1 write to CallsiteId
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1769CallsiteId = callsiteId;
5 references to CallsiteId
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\NodeFactory.cs (5)
455return new InterfaceDispatchCellNode(callSiteCell.Target, callSiteCell.CallsiteId); 1772public bool Equals(DispatchCellKey other) => Target == other.Target && CallsiteId == other.CallsiteId; 1777if (CallsiteId != null) 1778hashCode = hashCode * 23 + CallsiteId.GetHashCode();