2 references to _projectPath
Microsoft.NET.Build.Tasks.UnitTests (2)
GivenAResolvePackageDependenciesTask.cs (2)
301
var projectDirectoryPath = Path.GetDirectoryName(Path.GetFullPath(
_projectPath
));
842
ProjectPath =
_projectPath
,