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