Implemented interface member:
method
UpdatePaths
Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.IPathConverter.UpdatePaths(System.Collections.Generic.IEnumerable<System.String>, Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.PathConversionDirection)
2 references to UpdatePaths
Microsoft.TestPlatform.CrossPlatEngine (2)
EventHandlers\PathConverter.cs (2)
153
var updatedPaths =
UpdatePaths
(adapter.Value, updateDirection);
163
testRunCriteriaWithSources.AdapterSourceMap[adapter.Key] =
UpdatePaths
(adapter.Value, updateDirection)!);