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