3 instantiations of DotnetRestorePostActionProcessor
dotnet (1)
Commands\New\NewCommandParser.cs (1)
144
(typeof(IPostActionProcessor), new
DotnetRestorePostActionProcessor
())
dotnet.Tests (2)
CommandTests\New\DotnetRestorePostActionTests.cs (2)
24
DotnetRestorePostActionProcessor actionProcessor =
new
(callback.RestoreProject);
49
DotnetRestorePostActionProcessor actionProcessor =
new
(callback.RestoreProject);
2 references to DotnetRestorePostActionProcessor
dotnet.Tests (2)
CommandTests\New\DotnetRestorePostActionTests.cs (2)
24
DotnetRestorePostActionProcessor
actionProcessor = new(callback.RestoreProject);
49
DotnetRestorePostActionProcessor
actionProcessor = new(callback.RestoreProject);