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