6 references to GetTargetGraphName
NuGet.Commands (5)
RestoreCommand\FrameworkRuntimeDefinition.cs (1)
25
Name = FrameworkRuntimePair.
GetTargetGraphName
(framework, runtimeIdentifier);
RestoreCommand\ProjectRestoreCommand.cs (2)
284
var name = FrameworkRuntimePair.
GetTargetGraphName
(framework, runtimeIdentifier);
468
_logger.LogVerbose(string.Format(CultureInfo.CurrentCulture, Strings.Log_RestoringPackages, FrameworkRuntimePair.
GetTargetGraphName
(graph.Framework, runtimeName)));
RestoreCommand\RestoreCommand.cs (1)
1041
aliasToTargetGraphName.Add(framework.TargetAlias, FrameworkRuntimePair.
GetTargetGraphName
(framework.FrameworkName, runtimeIdentifier: null));
RestoreCommand\RestoreTargetGraph.cs (1)
84
TargetGraphName = string.IsNullOrEmpty(TargetAlias) ? FrameworkRuntimePair.
GetTargetGraphName
(Framework, RuntimeIdentifier) : GetTargetGraphName(TargetAlias, RuntimeIdentifier);
NuGet.Frameworks (1)
FrameworkRuntimePair.cs (1)
25
Name =
GetTargetGraphName
(framework, runtimeIdentifier);