9 references to EndBuild
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
378
BuildManager.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.
1399
EndBuild
();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
283
MSB.Execution.BuildManager.DefaultBuildManager.
EndBuild
();
Microsoft.DotNet.HotReload.Watch (1)
Build\ProjectBuildManager.cs (1)
106
manager.
EndBuild
();
MSBuild (1)
XMake.cs (1)
1683
buildManager.
EndBuild
();
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1352
BuildManager.DefaultBuildManager.
EndBuild
();