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
;
133
Debug.Assert(*(IntPtr*)(thunkDataBlock + (int)(Constants.PageSize - IntPtr.Size)) ==
_commonStubAddress
);