2 writes to _allocatedBlocks
System.Private.CoreLib (2)
System\Runtime\ThunkPool.cs (2)
89_allocatedBlocks = new AllocatedBlock(); 144_allocatedBlocks = newBlockInfo;
3 references to _allocatedBlocks
System.Private.CoreLib (3)
System\Runtime\ThunkPool.cs (3)
105_allocatedBlocks._blockBaseAddress = thunkStubsBlock; 142newBlockInfo._nextBlock = _allocatedBlocks; 213AllocatedBlock currentBlock = _allocatedBlocks;