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