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 1761while (written < count && _index < _regions.Length) 1762memRegions[written++] = _regions[(int)_index++]; 1816*pCount = (uint)_regions.Length; 1822Debug.Assert(countLocal == (uint)_regions.Length);