3 references to RuntimeFallbacks
installer.tasks (1)
GenerateTestSharedFrameworkDepsFile.cs (1)
125
yield return new
RuntimeFallbacks
(rid, ridFallback.Skip(1));
Microsoft.DotNet.SharedFramework.Sdk (1)
src\GenerateSharedFrameworkDepsFile.cs (1)
104
.Select(expansion => new
RuntimeFallbacks
(expansion.First(), expansion.Skip(1))); // ExpandRuntime return runtime itself as first item.
Microsoft.Extensions.DependencyModel (1)
RuntimeFallbacks.cs (1)
15
public RuntimeFallbacks(string runtime, params string?[] fallbacks) :
this
(runtime, (IEnumerable<string?>)fallbacks) { }