3 references to ReadRuntimeGraph
NuGet.Commands (1)
RestoreCommand\ProjectRestoreCommand.cs (1)
188var runtimeGraph = JsonRuntimeFormat.ReadRuntimeGraph(stream);
NuGet.Packaging (1)
RuntimeModel\JsonRuntimeFormat.cs (1)
21return ReadRuntimeGraph(fileStream);
NuGet.Protocol (1)
PackagesFolder\LocalPackageFileCache.cs (1)
208return JsonRuntimeFormat.ReadRuntimeGraph(stream);