1 write to _methods
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapNode.cs (1)
24
_methods
= new List<IMethodNode>();
8 references to _methods
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapNode.cs (8)
37
public bool IsEmpty =>
_methods
.Count == 0;
41
lock (
_methods
)
43
_methods
.Add(import as IMethodNode);
55
if (
_methods
.Count == 0 || relocsOnly)
64
_methods
.MergeSort(CompilerComparer.Instance);
70
int offsetCount =
_methods
.Count / GCREFMAP_LOOKUP_STRIDE;
82
for (int methodIndex = 0; methodIndex <
_methods
.Count; methodIndex++)
84
IMethodNode methodNode =
_methods
[methodIndex];