3 references to RequestedRuntimes
NuGet.Commands (3)
RestoreCommand\RequestFactory\RestoreArgs.cs (1)
206request.RequestedRuntimes.UnionWith(Runtimes);
RestoreCommand\RestoreRequest.cs (1)
139/// These Runtime Ids will be used if <see cref="RequestedRuntimes"/> and the project runtimes
Utility\RequestRuntimeUtility.cs (1)
27runtimes.UnionWith(request.RequestedRuntimes);