1 write to _nextBlock
System.Private.CoreLib (1)
System\Runtime\ThunkPool.cs (1)
142
newBlockInfo.
_nextBlock
= _allocatedBlocks;
1 reference to _nextBlock
System.Private.CoreLib (1)
System\Runtime\ThunkPool.cs (1)
223
currentBlock = currentBlock.
_nextBlock
;