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