11 references to Empty
installer.tasks (1)
GenerateTestSharedFrameworkDepsFile.cs (1)
111RuntimeGraph runtimeGraph = RuntimeGraph.Empty;
NuGet.Commands (4)
RestoreCommand\DependencyGraphResolver.cs (1)
141RuntimeGraph allRuntimes = RuntimeGraph.Empty;
RestoreCommand\ProjectRestoreCommand.cs (3)
57var allRuntimes = RuntimeGraph.Empty; 267runtimeGraph: RuntimeGraph.Empty, 489var runtimeGraph = projectRuntimeGraph ?? RuntimeGraph.Empty;
NuGet.Packaging (5)
PackageCreation\Authoring\PackageBuilder.cs (1)
729var managedCodeConventions = new ManagedCodeConventions(RuntimeGraph.Empty);
Rules\AccidentallyCompatibleWithAllFrameworksRule.cs (1)
34var managedCodeConventions = new ManagedCodeConventions(RuntimeGraph.Empty);
Rules\DependenciesGroupsForEachTFMRule.cs (1)
62var managedCodeConventions = new ManagedCodeConventions(RuntimeGraph.Empty);
Rules\InvalidUndottedFrameworkRule.cs (1)
198var managedCodeConventions = new ManagedCodeConventions(RuntimeGraph.Empty);
Rules\UpholdBuildConventionRule.cs (1)
19private static ManagedCodeConventions ManagedCodeConventions = new ManagedCodeConventions(RuntimeGraph.Empty);
NuGet.ProjectModel (1)
PackageSpec.cs (1)
40RuntimeGraph = runtimeGraph ?? RuntimeGraph.Empty;