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