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