2 writes to _regions
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
1809_regions = new SOSMemoryRegion[regions.Count]; 1825_regions = regions;
4 references to _regions
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
1812_regions[i] = new SOSMemoryRegion 1839while (written < count && _index < _regions.Length) 1840memRegions[written++] = _regions[(int)_index++]; 1897*pCount = (uint)_regions.Length;