3 writes to _index
Microsoft.Diagnostics.DataContractReader.Legacy (3)
SOSDacImpl.cs (3)
1655handles[written++] = _handles[(int)_index++]; 1693_index += count; 1701_index = 0;
2 references to _index
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
1654while (written < count && _index < _handles.Length) 1658hr = _index < _handles.Length ? HResults.S_FALSE : HResults.S_OK;