2 references to GetVSTestExePath
dotnet (2)
Commands\Test\VSTest\VSTestForwardingApp.cs (2)
15
: base(
GetVSTestExePath
(), argsToForward)
24
VSTestTrace.SafeWriteTrace(() => $"Forwarding to '{
GetVSTestExePath
()}' with args \"{argsToForward?.Aggregate((a, b) => $"{a} | {b}")}\"");