2 references to GetProjectPath
dotnet (2)
Commands\Test\MTP\TestResultsDirectoryResolver.cs (2)
131string? moduleDirectory = Path.GetDirectoryName(GetProjectPath(module, workingDirectory)); 234string path = GetProjectPath(module, identityRoot);