2 references to ToCommandLineOptions
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
186
var argumentsString = " " + connectionInfo.
ToCommandLineOptions
();
Hosting\DotnetTestHostManager.cs (1)
525
args += " " + connectionInfo.
ToCommandLineOptions
();