10 references to GetRuntimeGraphFilePath
Microsoft.NET.Build.Containers.IntegrationTests (10)
CreateImageIndexTests.cs (1)
117cni.RuntimeIdentifierGraphPath = ToolsetUtils.GetRuntimeGraphFilePath();
CreateNewImageTests.cs (5)
62task.RuntimeIdentifierGraphPath = ToolsetUtils.GetRuntimeGraphFilePath(); 127cni.RuntimeIdentifierGraphPath = ToolsetUtils.GetRuntimeGraphFilePath(); 202cni.RuntimeIdentifierGraphPath = ToolsetUtils.GetRuntimeGraphFilePath(); 285task.RuntimeIdentifierGraphPath = ToolsetUtils.GetRuntimeGraphFilePath(); 356cni.RuntimeIdentifierGraphPath = ToolsetUtils.GetRuntimeGraphFilePath();
DockerRegistryTests.cs (2)
26var ridgraphfile = ToolsetUtils.GetRuntimeGraphFilePath(); 79var ridgraphfile = ToolsetUtils.GetRuntimeGraphFilePath();
RegistryTests.cs (1)
44var ridgraphfile = ToolsetUtils.GetRuntimeGraphFilePath();
ToolsetUtils.cs (1)
17internal static IManifestPicker RidGraphManifestPicker { get; } = new RidGraphManifestPicker(GetRuntimeGraphFilePath());