1 write to _bbCounts
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3395BlockCounts* blockCounts = (BlockCounts*)GetPin(_bbCounts = new byte[countSchemaItems * sizeof(BlockCounts)]);
3 references to _bbCounts
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
3252if (_bbCounts != null) 3254fixed (byte* pBBCountData = _bbCounts) 3256if (pBBCountData <= (byte*)location && (byte*)location < (pBBCountData + _bbCounts.Length))