10 references to EndBuild
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
370BuildManager.DefaultBuildManager.EndBuild();
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
342/// This is the state the BuildManager is in after <see cref="BeginBuild(BuildParameters)"/> has been called but before <see cref="EndBuild()"/> has been called. 343/// <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. 348/// This is the state the BuildManager is in after <see cref="EndBuild()"/> has been called but before all existing submissions have completed. 1469EndBuild();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Build\ProjectBuildManager.cs (2)
219MSB.Execution.BuildManager.DefaultBuildManager.EndBuild(); 403MSB.Execution.BuildManager.DefaultBuildManager.EndBuild();
Microsoft.DotNet.HotReload.Watch (1)
Build\ProjectBuildManager.cs (1)
106manager.EndBuild();
MSBuild (1)
XMake.cs (1)
1953buildManager.EndBuild();
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1382BuildManager.DefaultBuildManager.EndBuild();