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