3 references to _relocCounts
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (3)
148_relocCounts.TryGetValue(relocType, out int relocTypeCount); 149_relocCounts[relocType] = relocTypeCount + 1; 247public IReadOnlyDictionary<RelocType, int> RelocCounts => _relocCounts;