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