2 writes to _regions
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
1733
_regions
= new SOSMemoryRegion[regions.Count];
1748
_regions
= regions;
5 references to _regions
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
1736
_regions
[i] = new SOSMemoryRegion
1761
while (written < count && _index <
_regions
.Length)
1762
memRegions[written++] =
_regions
[(int)_index++];
1816
*pCount = (uint)
_regions
.Length;
1822
Debug.Assert(countLocal == (uint)
_regions
.Length);