3 writes to _index
Microsoft.Diagnostics.DataContractReader.Legacy (3)
SOSDacImpl.cs (3)
4004
refs[written++] = _refs[(int)
_index
++];
4027
_index
= Math.Min(_index + count, (uint)_refs.Length);
4033
_index
= 0;
3 references to _index
Microsoft.Diagnostics.DataContractReader.Legacy (3)
SOSDacImpl.cs (3)
4003
while (written < count &&
_index
< _refs.Length)
4010
hr =
_index
< _refs.Length ? HResults.S_FALSE : HResults.S_OK;
4027
_index = Math.Min(
_index
+ count, (uint)_refs.Length);