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