75 references to EndBuild
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
338/// This is the state the BuildManager is in after <see cref="BeginBuild(BuildParameters)"/> has been called but before <see cref="EndBuild()"/> has been called. 339/// <see cref="BuildManager.PendBuildRequest(Microsoft.Build.Execution.BuildRequestData)"/>, <see cref="BuildManager.BuildRequest(Microsoft.Build.Execution.BuildRequestData)"/>, <see cref="BuildManager.PendBuildRequest(GraphBuildRequestData)"/>, <see cref="BuildManager.BuildRequest(GraphBuildRequestData)"/>, and <see cref="BuildManager.EndBuild()"/> may be called in this state. 344/// This is the state the BuildManager is in after <see cref="BuildManager.EndBuild()"/> has been called but before all existing submissions have completed. 1174EndBuild();
Microsoft.Build.Engine.UnitTests (61)
BackEnd\BuildManager_Logging_Tests.cs (1)
125_buildManager.EndBuild();
BackEnd\BuildManager_Tests.cs (57)
1140_buildManager.EndBuild(); 1182_buildManager.EndBuild(); 1193_buildManager.EndBuild(); 1206_buildManager.EndBuild(); 1208Assert.Throws<InvalidOperationException>(() => _buildManager.EndBuild()); 1219_buildManager.EndBuild(); 1232_buildManager.EndBuild(); 1254_buildManager.EndBuild(); 1278_buildManager.EndBuild(); 1303_buildManager.EndBuild(); 1311Assert.Throws<InvalidOperationException>(() => _buildManager.EndBuild()); 1344_buildManager.EndBuild(); 1381_buildManager.EndBuild(); 1417_buildManager.EndBuild(); 1468_buildManager.EndBuild(); 1491_buildManager.EndBuild(); 1512_buildManager.EndBuild(); 1560_buildManager.EndBuild(); 1596_buildManager.EndBuild(); 1636_buildManager.EndBuild(); 1674_buildManager.EndBuild(); 1712_buildManager.EndBuild(); 1749_buildManager.EndBuild(); 1779_buildManager.EndBuild(); 1820_buildManager.EndBuild(); 1854_buildManager.EndBuild(); 1956_buildManager.EndBuild(); 1991_buildManager.EndBuild(); 2051_buildManager.EndBuild(); 2068_buildManager.EndBuild(); 2107_buildManager.EndBuild(); 2127_buildManager.EndBuild(); 2416_buildManager.EndBuild(); 2482_buildManager.EndBuild(); 2535_buildManager.EndBuild(); 2583_buildManager.EndBuild(); 2672_buildManager.EndBuild(); 2750_buildManager.EndBuild(); 2866_buildManager.EndBuild(); 2953_buildManager.EndBuild(); 3030_buildManager.EndBuild(); 3099_buildManager.EndBuild(); 3160BuildManager.DefaultBuildManager.EndBuild(); 3241BuildManager.DefaultBuildManager.EndBuild(); 3328BuildManager.DefaultBuildManager.EndBuild(); 3388_buildManager.EndBuild(); 3411_buildManager.EndBuild(); 3441_buildManager.EndBuild(); 3472_buildManager.EndBuild(); 3519localBuildManager.EndBuild(); 3751manager.EndBuild(); 3814_buildManager.EndBuild(); 3878_buildManager.EndBuild(); 3898_buildManager.EndBuild(); 3970_buildManager.EndBuild(); 4143manager.EndBuild(); 4414_buildManager.EndBuild();
BackEnd\TaskBuilder_Tests.cs (1)
187manager.EndBuild();
Graph\ResultCacheBasedBuilds_Tests.cs (1)
110buildManager.EndBuild();
Telemetry\Telemetry_Tests.cs (1)
260buildManager.EndBuild();
Microsoft.Build.UnitTests.Shared (2)
EngineTestEnvironment.cs (1)
57BuildManager.DefaultBuildManager.EndBuild();
ObjectModelHelpers.cs (1)
2143_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)
214MSB.Execution.BuildManager.DefaultBuildManager.EndBuild();
MSBuild (1)
XMake.cs (1)
1647buildManager.EndBuild();