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