1 write to CallsiteId
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1779CallsiteId = callsiteId;
5 references to CallsiteId
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\NodeFactory.cs (5)
462return new InterfaceDispatchCellNode(callSiteCell.Target, callSiteCell.CallsiteId); 1782public bool Equals(DispatchCellKey other) => Target == other.Target && CallsiteId == other.CallsiteId; 1787if (CallsiteId != null) 1788hashCode = hashCode * 23 + CallsiteId.GetHashCode();