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)
214if (addr < _currPageStart || addr - _currPageStart >= _currPageSize) 221if (offset + (ulong)dest.Length > _currPageSize)