6 references to RuntimeGraph
NuGet.Packaging (6)
RuntimeModel\RuntimeGraph.cs (6)
43
:
this
(EmptyRuntimes, EmptySupports)
48
:
this
(runtimes.ToDictionary(r => r.RuntimeIdentifier), EmptySupports)
53
:
this
(EmptyRuntimes, supports.ToDictionary(r => r.Name))
58
:
this
(
86
return new
RuntimeGraph
(
164
return new
RuntimeGraph
(runtimes, supports);