2 instantiations of MsbuildProject
dotnet-aot (2)
parent\dotnet\MsbuildProject.cs (2)
78return new MsbuildProject(projects, project, interactive); 91return new MsbuildProject(projects, project, interactive);
6 references to MsbuildProject
dotnet-aot (6)
parent\dotnet\CliCompletion.cs (2)
68private static MsbuildProject GetMSBuildProject() 72return MsbuildProject.FromFileOrDirectory(
parent\dotnet\Commands\Solution\Remove\SolutionRemoveCommand.cs (1)
43? MsbuildProject.GetProjectFileFromDirectory(p)
parent\dotnet\MsbuildProject.cs (3)
53public static MsbuildProject FromFileOrDirectory(ProjectCollection projects, string fileOrDirectory, bool interactive) 65public static MsbuildProject FromFile(ProjectCollection projects, string projectPath, bool interactive) 81public static MsbuildProject FromDirectory(ProjectCollection projects, string projectDirectory, bool interactive)