Implemented interface member:
method
UpdatePath
Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.IPathConverter.UpdatePath(System.String, Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.PathConversionDirection)
6 references to UpdatePath
Microsoft.TestPlatform.CrossPlatEngine (6)
EventHandlers\PathConverter.cs (6)
75
return paths.Select(p =>
UpdatePath
(p, updateDirection)).ToList();
81
testCase.CodeFilePath =
UpdatePath
(testCase.CodeFilePath, updateDirection);
82
testCase.Source =
UpdatePath
(testCase.Source, updateDirection);
150
discoveryCriteria.Package =
UpdatePath
(discoveryCriteria.Package, updateDirection);
164
var package =
UpdatePath
(testRunCriteriaWithSources.Package, updateDirection)!;
172
var package =
UpdatePath
(testRunCriteriaWithTests.Package, updateDirection)!;