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( 86return new RuntimeGraph( 164return new RuntimeGraph(runtimes, supports);