1 write to _commonStubAddress
System.Private.CoreLib (1)
System\Runtime\ThunkPool.cs (1)
87_commonStubAddress = commonStubAddress;
2 references to _commonStubAddress
System.Private.CoreLib (2)
System\Runtime\ThunkPool.cs (2)
132*(IntPtr*)(thunkDataBlock + (int)(Constants.PageSize - IntPtr.Size)) = _commonStubAddress; 133Debug.Assert(*(IntPtr*)(thunkDataBlock + (int)(Constants.PageSize - IntPtr.Size)) == _commonStubAddress);