5 references to GetBestMatchingRid
Microsoft.NET.Build.Tasks (5)
PickBestRid.cs (1)
47
var bestRidForPlatform = NuGetUtils.
GetBestMatchingRid
(graph, TargetRid, SupportedRids, out bool wasInGraph);
ProcessFrameworkReferences.cs (2)
831
hostRuntimeIdentifier = NuGetUtils.
GetBestMatchingRid
(runtimeGraph, hostRuntimeIdentifier, packSupportedRuntimeIdentifiers, out bool wasInGraph);
870
var targetRuntimeIdentifier = NuGetUtils.
GetBestMatchingRid
(runtimeGraph, EffectiveRuntimeIdentifier, packSupportedRuntimeIdentifiers, out bool wasInGraph2);
ResolveReadyToRunCompilers.cs (2)
132
return NuGetUtils.
GetBestMatchingRid
(
210
string portablePlatform = NuGetUtils.
GetBestMatchingRid
(