5 references to GetTestDestinationDirectoryPath
Microsoft.NET.Build.Tests (1)
DeleteNuGetArtifactsFixture.cs (1)
20
return TestAssetsManager.
GetTestDestinationDirectoryPath
(dependencyProject.Name, callingMethod, identifier);
Microsoft.NET.TestFramework (4)
TestAssetsManager.cs (4)
46
testDestinationDirectory ??=
GetTestDestinationDirectoryPath
(testProjectName, callingMethod + "_" + fileName, identifier, allowCopyIfPresent);
70
GetTestDestinationDirectoryPath
(testProject.Name, callingMethod, identifier);
97
GetTestDestinationDirectoryPath
(callingMethod, callingMethod, identifier);
153
string dir =
GetTestDestinationDirectoryPath
(testName, testName, identifier ?? string.Empty, baseDirectory: baseDirectory);