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