2 writes to _threads
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
520
_threads
= newThreads;
1088
_threads
= null;
3 references to _threads
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (3)
509
if (
_threads
== null)
522
return
_threads
;
1087
_threads
?.Dispose();