10 references to ExpandRuntime
Aspire.Hosting.Sdk.Tests (1)
src\Aspire.AppHost.Sdk\Aspire.RuntimeIdentifier.Tool\NuGetUtils.cs (1)
34foreach (var candidateRuntimeIdentifier in runtimeGraph.ExpandRuntime(runtimeIdentifier))
Aspire.RuntimeIdentifier.Tool (1)
NuGetUtils.cs (1)
34foreach (var candidateRuntimeIdentifier in runtimeGraph.ExpandRuntime(runtimeIdentifier))
Crossgen2Tasks (1)
CommonFilePulledFromSdkRepo\NuGetUtils.NuGet.cs (1)
94foreach (var candidateRuntimeIdentifier in runtimeGraph.ExpandRuntime(runtimeIdentifier))
dotnet (1)
src\sdk\src\Common\NuGetUtils.NuGet.cs (1)
94foreach (var candidateRuntimeIdentifier in runtimeGraph.ExpandRuntime(runtimeIdentifier))
installer.tasks (1)
GenerateTestSharedFrameworkDepsFile.cs (1)
120IEnumerable<string> ridFallback = runtimeGraph.ExpandRuntime(rid);
Microsoft.DotNet.SharedFramework.Sdk (1)
src\GenerateSharedFrameworkDepsFile.cs (1)
102.Select(runtimeDict => runtimeGraph.ExpandRuntime(runtimeDict.Key))
Microsoft.NET.Build.Containers (1)
Registry\Registry.cs (1)
51foreach (var candidateRuntimeIdentifier in runtimeGraph.ExpandRuntime(runtimeIdentifier))
Microsoft.NET.Build.Tasks (2)
DependencyContextBuilder.cs (1)
497.Select(runtimeDict => _runtimeGraph.ExpandRuntime(runtimeDict.Key))
src\sdk\src\Common\NuGetUtils.NuGet.cs (1)
94foreach (var candidateRuntimeIdentifier in runtimeGraph.ExpandRuntime(runtimeIdentifier))
sdk-tasks (1)
GenerateSdkRuntimeIdentifierChain.cs (1)
25var chainContents = string.Join("\n", runtimeIdentifierGraph.ExpandRuntime(RuntimeIdentifier));