1 write to _threads
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
7109
_threads
= threads;
4 references to _threads
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
7123
while (written < count && _index <
_threads
.Length)
7124
values[written++] =
_threads
[(int)_index++];
7139
_index = Math.Min(_index + count, (uint)
_threads
.Length);
7152
*pCount = (uint)
_threads
.Length;