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