4 references to Create
NuGet.Commands (4)
RestoreCommand\ProjectRestoreCommand.cs (1)
299
return RestoreTargetGraph.
Create
(runtimeGraph, graphs, context, targetAlias, framework, runtimeIdentifier);
RestoreCommand\RestoreCommand.cs (3)
625
var restoreTargetGraph = RestoreTargetGraph.
Create
(_request.Project.RuntimeGraph, Enumerable.Empty<GraphNode<RemoteResolveResult>>(), contextForProject, frameworkRuntimePairs[i].TargetAlias, frameworkRuntimePairs[i].Framework, frameworkRuntimePairs[i].RuntimeIdentifier);
1910
allGraphs.Add(RestoreTargetGraph.
Create
(_request.Project.RuntimeGraph, Enumerable.Empty<GraphNode<RemoteResolveResult>>(), context, frameworkRuntimePair.TargetAlias, frameworkRuntimePair.Framework, frameworkRuntimePair.RuntimeIdentifier));
2076
graphs.Add(RestoreTargetGraph.
Create
(_request.Project.RuntimeGraph, Enumerable.Empty<GraphNode<RemoteResolveResult>>(), context, frameworkRuntimePair.TargetAlias, frameworkRuntimePair.Framework, frameworkRuntimePair.RuntimeIdentifier));