2 references to new
System.Diagnostics.Process (2)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.ParseMapModules.cs (1)
39
ProcessModuleCollection modules =
new
(capacity: 0);
System\Diagnostics\ProcessManager.Linux.cs (1)
70
return modules ??
new
(capacity: 0);