2 references to ResolveValidPath
System.Diagnostics.Process (2)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (2)
235filename = ProcessUtils.ResolveValidPath(startInfo.FileName, cwd); 252string resolvedFileName = ProcessUtils.ResolveValidPath(startInfo.FileName, startInfo.WorkingDirectory);