1 write to _handles
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
1684
_handles
= GetHandles(types);
4 references to _handles
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
1725
while (written < count && _index <
_handles
.Length)
1726
handles[written++] =
_handles
[(int)_index++];
1729
hr = _index <
_handles
.Length ? HResults.S_FALSE : HResults.S_OK;
1784
*pCount = (uint)
_handles
.Length;