2 writes to _threads
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
580
_threads
= newThreads;
1173
_threads
= null;
3 references to _threads
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (3)
569
if (
_threads
== null)
582
return
_threads
;
1172
_threads
?.Dispose();