3 writes to _index
Microsoft.Diagnostics.DataContractReader.Legacy (3)
SOSDacImpl.cs (3)
7345values[written++] = _threads[(int)_index++]; 7361_index = Math.Min(_index + count, (uint)_threads.Length); 7368_index = 0;
2 references to _index
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
7344while (written < count && _index < _threads.Length) 7361_index = Math.Min(_index + count, (uint)_threads.Length);