2 implementations of UpdatePath
Microsoft.TestPlatform.CrossPlatEngine (2)
EventHandlers\NullPathConverter.cs (1)
28string? IPathConverter.UpdatePath(string? path, PathConversionDirection _) => path;
EventHandlers\PathConverter.cs (1)
48public string? UpdatePath(string? path, PathConversionDirection updateDirection)