75 references to 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. 1322EndBuild();
Microsoft.Build.Engine.UnitTests (61)
BackEnd\BuildManager_Logging_Tests.cs (1)
123_buildManager.EndBuild();
BackEnd\BuildManager_Tests.cs (57)
1141_buildManager.EndBuild(); 1183_buildManager.EndBuild(); 1194_buildManager.EndBuild(); 1207_buildManager.EndBuild(); 1209Assert.Throws<InvalidOperationException>(() => _buildManager.EndBuild()); 1220_buildManager.EndBuild(); 1233_buildManager.EndBuild(); 1255_buildManager.EndBuild(); 1279_buildManager.EndBuild(); 1304_buildManager.EndBuild(); 1312Assert.Throws<InvalidOperationException>(() => _buildManager.EndBuild()); 1345_buildManager.EndBuild(); 1382_buildManager.EndBuild(); 1418_buildManager.EndBuild(); 1469_buildManager.EndBuild(); 1492_buildManager.EndBuild(); 1513_buildManager.EndBuild(); 1563_buildManager.EndBuild(); 1599_buildManager.EndBuild(); 1639_buildManager.EndBuild(); 1677_buildManager.EndBuild(); 1715_buildManager.EndBuild(); 1752_buildManager.EndBuild(); 1782_buildManager.EndBuild(); 1817_buildManager.EndBuild(); 1851_buildManager.EndBuild(); 1958_buildManager.EndBuild(); 1993_buildManager.EndBuild(); 2053_buildManager.EndBuild(); 2070_buildManager.EndBuild(); 2109_buildManager.EndBuild(); 2129_buildManager.EndBuild(); 2418_buildManager.EndBuild(); 2484_buildManager.EndBuild(); 2537_buildManager.EndBuild(); 2585_buildManager.EndBuild(); 2674_buildManager.EndBuild(); 2752_buildManager.EndBuild(); 2868_buildManager.EndBuild(); 2955_buildManager.EndBuild(); 3032_buildManager.EndBuild(); 3101_buildManager.EndBuild(); 3162BuildManager.DefaultBuildManager.EndBuild(); 3243BuildManager.DefaultBuildManager.EndBuild(); 3330BuildManager.DefaultBuildManager.EndBuild(); 3390_buildManager.EndBuild(); 3413_buildManager.EndBuild(); 3443_buildManager.EndBuild(); 3474_buildManager.EndBuild(); 3564localBuildManager.EndBuild(); 3796manager.EndBuild(); 3859_buildManager.EndBuild(); 3923_buildManager.EndBuild(); 3943_buildManager.EndBuild(); 4015_buildManager.EndBuild(); 4188manager.EndBuild(); 4460_buildManager.EndBuild();
BackEnd\TaskBuilder_Tests.cs (1)
175manager.EndBuild();
Graph\ResultCacheBasedBuilds_Tests.cs (1)
110buildManager.EndBuild();
Telemetry\Telemetry_Tests.cs (1)
315buildManager.EndBuild();
Microsoft.Build.UnitTests.Shared (2)
EngineTestEnvironment.cs (1)
57BuildManager.DefaultBuildManager.EndBuild();
ObjectModelHelpers.cs (1)
2156_buildManager.EndBuild();
Microsoft.Build.Utilities.UnitTests (6)
MuxLogger_Tests.cs (6)
34buildManager.EndBuild(); 120buildManager.EndBuild(); 165buildManager.EndBuild(); 223buildManager.EndBuild(); 275buildManager.EndBuild(); 329buildManager.EndBuild();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
268MSB.Execution.BuildManager.DefaultBuildManager.EndBuild();
MSBuild (1)
XMake.cs (1)
1678buildManager.EndBuild();