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