1 write to _handles
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
1614
_handles
= GetHandles(types);
5 references to _handles
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
1654
while (written < count && _index <
_handles
.Length)
1655
handles[written++] =
_handles
[(int)_index++];
1658
hr = _index <
_handles
.Length ? HResults.S_FALSE : HResults.S_OK;
1710
*pCount = (uint)
_handles
.Length;
1716
Debug.Assert(countLocal == (uint)
_handles
.Length);