2 writes to _regions
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
1790
_regions
= new SOSMemoryRegion[regions.Count];
1806
_regions
= regions;
5 references to _regions
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
1793
_regions
[i] = new SOSMemoryRegion
1820
while (written < count && _index <
_regions
.Length)
1821
memRegions[written++] =
_regions
[(int)_index++];
1878
*pCount = (uint)
_regions
.Length;
1884
Debug.Assert(countLocal == (uint)
_regions
.Length);