3 writes to _index
Microsoft.Diagnostics.DataContractReader.Legacy (3)
SOSDacImpl.cs (3)
1679
handles[written++] = _handles[(int)
_index
++];
1717
_index
+= count;
1725
_index
= 0;
2 references to _index
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
1678
while (written < count &&
_index
< _handles.Length)
1682
hr =
_index
< _handles.Length ? HResults.S_FALSE : HResults.S_OK;