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)
273if (_procMatchesPidNamespace == 0) 287return _procMatchesPidNamespace == 1;