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