1 implementation of GetFullPath
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\FileHelper.cs (1)
86public string GetFullPath(string path)
5 references to GetFullPath
Microsoft.TestPlatform.CrossPlatEngine (2)
EventHandlers\PathConverter.cs (2)
39string normalizedLocalPath = fileHelper.GetFullPath(unquotedOriginalPath).TrimEnd('\\').TrimEnd('/') + Path.DirectorySeparatorChar; 43string normalizedDeploymentPath = fileHelper.GetFullPath(unquotedDeploymentPath).TrimEnd('\\').TrimEnd('/') + Path.DirectorySeparatorChar;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\TransferInformation\FileTransferInformation.cs (1)
67Path = _fileHelper.GetFullPath(path);
vstest.console (1)
Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
209var testAdapterPath = _fileHelper.GetFullPath(Environment.ExpandEnvironmentVariables(adapterPath));
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
209var testAdapterPath = _fileHelper.GetFullPath(Environment.ExpandEnvironmentVariables(adapterPath));