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;
247
public IReadOnlyDictionary<RelocType, int> RelocCounts =>
_relocCounts
;