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)
75return paths.Select(p => UpdatePath(p, updateDirection)).ToList(); 81testCase.CodeFilePath = UpdatePath(testCase.CodeFilePath, updateDirection); 82testCase.Source = UpdatePath(testCase.Source, updateDirection); 150discoveryCriteria.Package = UpdatePath(discoveryCriteria.Package, updateDirection); 164var package = UpdatePath(testRunCriteriaWithSources.Package, updateDirection)!; 172var package = UpdatePath(testRunCriteriaWithTests.Package, updateDirection)!;