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