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)
153var updatedPaths = UpdatePaths(adapter.Value, updateDirection); 163testRunCriteriaWithSources.AdapterSourceMap[adapter.Key] = UpdatePaths(adapter.Value, updateDirection)!);