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;
142
newBlockInfo._nextBlock =
_allocatedBlocks
;
213
AllocatedBlock currentBlock =
_allocatedBlocks
;