2 references to GetLabeledSelectionCriteria
NuGet.Commands (2)
RestoreCommand\LockFileBuilderCache.cs (1)
43
/// For performance reasons(detecting AssetTargetFallback warnings), this is not used in the current restore code. <see cref="
GetLabeledSelectionCriteria
(RestoreTargetGraph, NuGetFramework)"/> is used instead.
RestoreCommand\Utility\LockFileUtils.cs (1)
83
List<(List<SelectionCriteria> orderedCriteria, bool fallbackUsed)> orderedCriteriaSets = cache.
GetLabeledSelectionCriteria
(targetGraph, framework);