1 instantiation of MethodAndCallSite
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
477MethodAndCallSite cellKey = new MethodAndCallSite(method, null);
7 references to MethodAndCallSite
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (7)
119_interfaceDispatchCells = new NodeCache<MethodAndCallSite, Import>(cellKey => 473private NodeCache<MethodAndCallSite, Import> _interfaceDispatchCells = new NodeCache<MethodAndCallSite, Import>(); 477MethodAndCallSite cellKey = new MethodAndCallSite(method, null); 526struct MethodAndCallSite : IEquatable<MethodAndCallSite> 537public bool Equals(MethodAndCallSite other) 544return obj is MethodAndCallSite other && Equals(other);