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