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