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