5 references to ProcessPath
Microsoft.Build.UnitTests.Shared (1)
EnvironmentProvider.cs (1)
132currentProcessPath = Environment.ProcessPath;
System.Diagnostics.Process (2)
System\Diagnostics\Process.Linux.cs (1)
260return procPid == Interop.procfs.ProcPid.Self ? Environment.ProcessPath :
System\Diagnostics\Process.Unix.cs (1)
707string? path = Environment.ProcessPath;
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\Helper.cs (1)
129location = Environment.ProcessPath;
TestPassApp (1)
CommonControl2.cs (1)
14string executable = Environment.ProcessPath;