1 write to _regions
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
1757
_regions
= new SOSMemoryRegion[regions.Count];
5 references to _regions
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
1760
_regions
[i] = new SOSMemoryRegion
1779
while (written < count && _index <
_regions
.Length)
1780
memRegions[written++] =
_regions
[(int)_index++];
1834
*pCount = (uint)
_regions
.Length;
1840
Debug.Assert(countLocal == (uint)
_regions
.Length);