1 write to _procMatchesPidNamespace
System.Diagnostics.Process (1)
System\Diagnostics\ProcessManager.Linux.cs (1)
285
_procMatchesPidNamespace
= !procSelfPid.HasValue || procSelfPid == Environment.ProcessId ? 1 : 2;
2 references to _procMatchesPidNamespace
System.Diagnostics.Process (2)
System\Diagnostics\ProcessManager.Linux.cs (2)
273
if (
_procMatchesPidNamespace
== 0)
287
return
_procMatchesPidNamespace
== 1;