2 instantiations of MSBuildStaticGraphRestore
NuGet.Build.Tasks.Console (2)
Program.cs (2)
102
using (var dependencyGraphSpecGenerator = new
MSBuildStaticGraphRestore
())
109
using (var dependencyGraphSpecGenerator = new
MSBuildStaticGraphRestore
())
4 references to MSBuildStaticGraphRestore
NuGet.Build.Tasks.Console (4)
ConsoleLoggingQueue.cs (1)
55
_taskLoggingHelperLazy = new Lazy<TaskLoggingHelper>(() => new TaskLoggingHelper(this, nameof(
MSBuildStaticGraphRestore
)));
Program.cs (3)
100
if (
MSBuildStaticGraphRestore
.IsOptionTrue("GenerateRestoreGraphFile", arguments.Options))
102
using (
var
dependencyGraphSpecGenerator = new MSBuildStaticGraphRestore())
109
using (
var
dependencyGraphSpecGenerator = new MSBuildStaticGraphRestore())