13 references to EndBuild
dotnet (4)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
308BuildManager.DefaultBuildManager.EndBuild();
MSBuildSession.cs (3)
127/// <see cref="BuildManager.EndBuild"/> rethrows it. A failure that lands between requests or 144buildManager.EndBuild(); 172buildManager.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. 1486EndBuild();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Build\ProjectBuildManager.cs (2)
255MSB.Execution.BuildManager.DefaultBuildManager.EndBuild(); 439MSB.Execution.BuildManager.DefaultBuildManager.EndBuild();
Microsoft.DotNet.HotReload.Watch (1)
Build\ProjectBuildManager.cs (1)
106manager.EndBuild();
MSBuild (1)
XMake.cs (1)
1954buildManager.EndBuild();
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1382BuildManager.DefaultBuildManager.EndBuild();