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. 1399EndBuild();
Microsoft.Build.Engine.UnitTests (61)
BackEnd\BuildManager_Logging_Tests.cs (1)
122_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(); 1562_buildManager.EndBuild(); 1598_buildManager.EndBuild(); 1638_buildManager.EndBuild(); 1676_buildManager.EndBuild(); 1714_buildManager.EndBuild(); 1751_buildManager.EndBuild(); 1781_buildManager.EndBuild(); 1816_buildManager.EndBuild(); 1850_buildManager.EndBuild(); 1957_buildManager.EndBuild(); 1992_buildManager.EndBuild(); 2052_buildManager.EndBuild(); 2069_buildManager.EndBuild(); 2108_buildManager.EndBuild(); 2128_buildManager.EndBuild(); 2417_buildManager.EndBuild(); 2483_buildManager.EndBuild(); 2536_buildManager.EndBuild(); 2584_buildManager.EndBuild(); 2673_buildManager.EndBuild(); 2751_buildManager.EndBuild(); 2867_buildManager.EndBuild(); 2954_buildManager.EndBuild(); 3031_buildManager.EndBuild(); 3100_buildManager.EndBuild(); 3161BuildManager.DefaultBuildManager.EndBuild(); 3242BuildManager.DefaultBuildManager.EndBuild(); 3329BuildManager.DefaultBuildManager.EndBuild(); 3389_buildManager.EndBuild(); 3412_buildManager.EndBuild(); 3442_buildManager.EndBuild(); 3473_buildManager.EndBuild(); 3563localBuildManager.EndBuild(); 3795manager.EndBuild(); 3858_buildManager.EndBuild(); 3922_buildManager.EndBuild(); 3942_buildManager.EndBuild(); 4014_buildManager.EndBuild(); 4187manager.EndBuild(); 4459_buildManager.EndBuild();
BackEnd\TaskBuilder_Tests.cs (1)
174manager.EndBuild();
Graph\ResultCacheBasedBuilds_Tests.cs (1)
109buildManager.EndBuild();
Telemetry\Telemetry_Tests.cs (1)
317buildManager.EndBuild();
Microsoft.Build.UnitTests.Shared (2)
EngineTestEnvironment.cs (1)
57BuildManager.DefaultBuildManager.EndBuild();
ObjectModelHelpers.cs (1)
2155_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();