2 writes to _threads
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
603
_threads
= newThreads;
1174
_threads
= null;
3 references to _threads
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (3)
592
if (
_threads
== null)
605
return
_threads
;
1173
_threads
?.Dispose();