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