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