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