2 instantiations of MSBuildClient
Microsoft.Build (1)
BackEnd\Client\MSBuildClient.cs (1)
288var client = new MSBuildClient(commandLine: null!, msbuildLocation: null!);
MSBuild (1)
MSBuildClientApp.cs (1)
69MSBuildClient msbuildClient = new MSBuildClient(commandLineArgs, msbuildLocation, multiThreaded, shutdownServerAfterBuild);
6 references to MSBuildClient
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (1)
1496Microsoft.Build.Server.MSBuildClient.ShutdownServer(CancellationToken.None);
BackEnd\Client\MSBuildClient.cs (1)
288var client = new MSBuildClient(commandLine: null!, msbuildLocation: null!);
BackEnd\Client\MSBuildClientExitResult.cs (1)
9/// Describes how an <see cref="MSBuildClient"/> execution finished, and — when the build ran on
BackEnd\Client\MSBuildClientExitType.cs (1)
9/// Enumeration of the various ways in which an <see cref="MSBuildClient"/> execution can exit.
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
865/// Reused by MSBuild server client <see cref="Microsoft.Build.Server.MSBuildClient"/>.
MSBuild (1)
MSBuildClientApp.cs (1)
69MSBuildClient msbuildClient = new MSBuildClient(commandLineArgs, msbuildLocation, multiThreaded, shutdownServerAfterBuild);