3 references to RunProperties
dotnet (3)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
335
runProperties = new
RunProperties
(
Commands\Test\MTP\TestModulesFilterHandler.cs (2)
66
? new
RunProperties
(muxerPath, $@"exec ""{testModule}""", null)
67
: new
RunProperties
(testModule, null, null);