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