6 references to GetRuntimeGraphFilePath
dotnet.Tests (5)
CommandTests\Tool\Install\ToolInstallCommandTests.cs (1)
41var ridGraphPath = TestContext.GetRuntimeGraphFilePath();
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (2)
77runtimeJsonPathForTests: TestContext.GetRuntimeGraphFilePath(), 630var ridGraphPath = TestContext.GetRuntimeGraphFilePath();
CommandTests\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommandTests.cs (1)
238runtimeJsonPathForTests: TestContext.GetRuntimeGraphFilePath(),
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
96runtimeJsonPathForTests: TestContext.GetRuntimeGraphFilePath(),
Microsoft.DotNet.PackageInstall.Tests (1)
ToolPackageDownloaderTests.cs (1)
902runtimeJsonPathForTests: TestContext.GetRuntimeGraphFilePath(),