9 references to EndBuild
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
378BuildManager.DefaultBuildManager.EndBuild();
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
339/// This is the state the BuildManager is in after <see cref="BeginBuild(BuildParameters)"/> has been called but before <see cref="EndBuild()"/> has been called. 340/// <see cref="PendBuildRequest(BuildRequestData)"/>, <see cref="BuildRequest(BuildRequestData)"/>, <see cref="PendBuildRequest(GraphBuildRequestData)"/>, <see cref="BuildManager.BuildRequest(GraphBuildRequestData)"/>, and <see cref="BuildManager.EndBuild()"/> may be called in this state. 345/// This is the state the BuildManager is in after <see cref="EndBuild()"/> has been called but before all existing submissions have completed. 1399EndBuild();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
283MSB.Execution.BuildManager.DefaultBuildManager.EndBuild();
Microsoft.DotNet.HotReload.Watch (1)
Build\ProjectBuildManager.cs (1)
106manager.EndBuild();
MSBuild (1)
XMake.cs (1)
1683buildManager.EndBuild();
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1352BuildManager.DefaultBuildManager.EndBuild();