2 writes to _currPageSize
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\Helpers\HeapWalk.cs (2)
235
_currPageSize
= PageSize;
241
_currPageSize
= 0;
2 references to _currPageSize
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\Helpers\HeapWalk.cs (2)
214
if (addr < _currPageStart || addr - _currPageStart >=
_currPageSize
)
221
if (offset + (ulong)dest.Length >
_currPageSize
)