9 references to EndBuild
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
385
BuildManager.DefaultBuildManager.
EndBuild
();
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
341
/// This is the state the BuildManager is in after <see cref="BeginBuild(BuildParameters)"/> has been called but before <see cref="
EndBuild
()"/> has been called.
342
/// <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.
347
/// This is the state the BuildManager is in after <see cref="
EndBuild
()"/> has been called but before all existing submissions have completed.
1424
EndBuild
();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
206
MSB.Execution.BuildManager.DefaultBuildManager.
EndBuild
();
Microsoft.DotNet.HotReload.Watch (1)
Build\ProjectBuildManager.cs (1)
106
manager.
EndBuild
();
MSBuild (1)
XMake.cs (1)
1833
buildManager.
EndBuild
();
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1352
BuildManager.DefaultBuildManager.
EndBuild
();