1 write to _msbuildUtility
NuGet.CommandLine.XPlat (1)
Commands\Why\WhyCommandRunner.cs (1)
25
_msbuildUtility
= msbuildUtility;
3 references to _msbuildUtility
NuGet.CommandLine.XPlat (3)
Commands\Why\WhyCommandRunner.cs (3)
108
var projectPaths =
_msbuildUtility
.GetListOfProjectsFromPathArgument(path);
111
Project project =
_msbuildUtility
.GetProject(projectPath).Project;
191
_msbuildUtility
.VirtualProjectBuilder?.IsValidEntryPointPath(fullPath) == true)))