1 write to RuntimeDependencies
NuGet.DependencyResolver.Core (1)
Remote\RemoteDependencyWalker.cs (1)
743RuntimeDependencies = runtimeDependencies;
3 references to RuntimeDependencies
NuGet.DependencyResolver.Core (3)
Remote\RemoteDependencyWalker.cs (3)
221bool hasInnerNodes = (dependencyItem.Data.Dependencies.Count + (graphNodeCreationData.RuntimeDependencies == null ? 0 : graphNodeCreationData.RuntimeDependencies.Count)) > 0; 228MergeRuntimeDependencies(graphNodeCreationData.RuntimeDependencies, newNode);