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)
37public bool IsEmpty => _methods.Count == 0; 41lock (_methods) 43_methods.Add(import as IMethodNode); 55if (_methods.Count == 0 || relocsOnly) 64_methods.MergeSort(CompilerComparer.Instance); 70int offsetCount = _methods.Count / GCREFMAP_LOOKUP_STRIDE; 82for (int methodIndex = 0; methodIndex < _methods.Count; methodIndex++) 84IMethodNode methodNode = _methods[methodIndex];