2 instantiations of AllocatedBlock
System.Private.CoreLib (2)
System\Runtime\ThunkPool.cs (2)
89_allocatedBlocks = new AllocatedBlock(); 123AllocatedBlock newBlockInfo = new AllocatedBlock();
4 references to AllocatedBlock
System.Private.CoreLib (4)
System\Runtime\ThunkPool.cs (4)
58internal AllocatedBlock _nextBlock; 65private AllocatedBlock _allocatedBlocks; 123AllocatedBlock newBlockInfo = new AllocatedBlock(); 213AllocatedBlock currentBlock = _allocatedBlocks;