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