2 writes to _blockBaseAddress
System.Private.CoreLib (2)
System\Runtime\ThunkPool.cs (2)
105
_allocatedBlocks.
_blockBaseAddress
= thunkStubsBlock;
141
newBlockInfo.
_blockBaseAddress
= thunkStubsBlock;
2 references to _blockBaseAddress
System.Private.CoreLib (2)
System\Runtime\ThunkPool.cs (2)
217
if (thunkAddressValue >= (nuint)(nint)currentBlock.
_blockBaseAddress
&&
218
thunkAddressValue < (nuint)(nint)currentBlock.
_blockBaseAddress
+ (nuint)(Constants.NumThunksPerBlock * Constants.ThunkCodeSize))