1 instantiation of MethodAndCallSite
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
490MethodAndCallSite cellKey = new MethodAndCallSite(method, null);
7 references to MethodAndCallSite
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (7)
119_dispatchCells = new NodeCache<MethodAndCallSite, Import>(cellKey => 486private NodeCache<MethodAndCallSite, Import> _dispatchCells = new NodeCache<MethodAndCallSite, Import>(); 490MethodAndCallSite cellKey = new MethodAndCallSite(method, null); 539struct MethodAndCallSite : IEquatable<MethodAndCallSite> 550public bool Equals(MethodAndCallSite other) 557return obj is MethodAndCallSite other && Equals(other);