1 write to _relocs
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
28_relocs = default(ArrayBuilder<Relocation>);
2 references to _relocs
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (2)
265_relocs.Add(new Relocation(relocType, _data.Count, symbol)); 339_relocs.ToArray(),