2 writes to _threads
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
519
_threads
= newThreads;
1087
_threads
= null;
3 references to _threads
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (3)
508
if (
_threads
== null)
521
return
_threads
;
1086
_threads
?.Dispose();