1 write to _refs
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
3990
_refs
= refs;
5 references to _refs
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
4003
while (written < count && _index <
_refs
.Length)
4004
refs[written++] =
_refs
[(int)_index++];
4010
hr = _index <
_refs
.Length ? HResults.S_FALSE : HResults.S_OK;
4027
_index = Math.Min(_index + count, (uint)
_refs
.Length);
4040
*pCount = (uint)
_refs
.Length;