Implemented interface member:
method
GetCurrentProcessLocation
Microsoft.VisualStudio.TestPlatform.PlatformAbstractions.Interfaces.IProcessHelper.GetCurrentProcessLocation()
3 references to GetCurrentProcessLocation
Microsoft.TestPlatform.CrossPlatEngine (1)
Constants.cs (1)
26
internal static string DefaultAdapterLocation = Path.Combine(new ProcessHelper().
GetCurrentProcessLocation
(), "Extensions");
Microsoft.TestPlatform.PlatformAbstractions (2)
common\System\ProcessHelper.cs (2)
323
? Path.Combine(
GetCurrentProcessLocation
(), GetFormattedCurrentProcessArchitecture(), Arm)
324
: Path.Combine(
GetCurrentProcessLocation
(), GetFormattedCurrentProcessArchitecture());