2 writes to _regions
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
1734
_regions
= new SOSMemoryRegion[regions.Count];
1749
_regions
= regions;
5 references to _regions
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
1737
_regions
[i] = new SOSMemoryRegion
1762
while (written < count && _index <
_regions
.Length)
1763
memRegions[written++] =
_regions
[(int)_index++];
1817
*pCount = (uint)
_regions
.Length;
1823
Debug.Assert(countLocal == (uint)
_regions
.Length);