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