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 1779while (written < count && _index < _regions.Length) 1780memRegions[written++] = _regions[(int)_index++]; 1834*pCount = (uint)_regions.Length; 1840Debug.Assert(countLocal == (uint)_regions.Length);