73 references to EndBuild
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
343/// This is the state the BuildManager is in after <see cref="BeginBuild(BuildParameters)"/> has been called but before <see cref="EndBuild()"/> has been called. 344/// <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. 349/// This is the state the BuildManager is in after <see cref="BuildManager.EndBuild()"/> has been called but before all existing submissions have completed. 1157EndBuild(); 1182EndBuild();
Microsoft.Build.Engine.UnitTests (59)
BackEnd\BuildManager_Logging_Tests.cs (1)
142_buildManager.EndBuild();
BackEnd\BuildManager_Tests.cs (56)
1123_buildManager.EndBuild(); 1165_buildManager.EndBuild(); 1176_buildManager.EndBuild(); 1189_buildManager.EndBuild(); 1191Assert.Throws<InvalidOperationException>(() => _buildManager.EndBuild()); 1202_buildManager.EndBuild(); 1215_buildManager.EndBuild(); 1237_buildManager.EndBuild(); 1261_buildManager.EndBuild(); 1286_buildManager.EndBuild(); 1294Assert.Throws<InvalidOperationException>(() => _buildManager.EndBuild()); 1327_buildManager.EndBuild(); 1364_buildManager.EndBuild(); 1400_buildManager.EndBuild(); 1451_buildManager.EndBuild(); 1474_buildManager.EndBuild(); 1495_buildManager.EndBuild(); 1541_buildManager.EndBuild(); 1577_buildManager.EndBuild(); 1617_buildManager.EndBuild(); 1654_buildManager.EndBuild(); 1685_buildManager.EndBuild(); 1715_buildManager.EndBuild(); 1756_buildManager.EndBuild(); 1790_buildManager.EndBuild(); 1892_buildManager.EndBuild(); 1927_buildManager.EndBuild(); 1987_buildManager.EndBuild(); 2004_buildManager.EndBuild(); 2043_buildManager.EndBuild(); 2063_buildManager.EndBuild(); 2352_buildManager.EndBuild(); 2418_buildManager.EndBuild(); 2471_buildManager.EndBuild(); 2519_buildManager.EndBuild(); 2608_buildManager.EndBuild(); 2686_buildManager.EndBuild(); 2802_buildManager.EndBuild(); 2889_buildManager.EndBuild(); 2966_buildManager.EndBuild(); 3035_buildManager.EndBuild(); 3096BuildManager.DefaultBuildManager.EndBuild(); 3177BuildManager.DefaultBuildManager.EndBuild(); 3264BuildManager.DefaultBuildManager.EndBuild(); 3324_buildManager.EndBuild(); 3347_buildManager.EndBuild(); 3377_buildManager.EndBuild(); 3408_buildManager.EndBuild(); 3455localBuildManager.EndBuild(); 3685manager.EndBuild(); 3748_buildManager.EndBuild(); 3812_buildManager.EndBuild(); 3832_buildManager.EndBuild(); 3904_buildManager.EndBuild(); 4077manager.EndBuild(); 4345_buildManager.EndBuild();
BackEnd\TaskBuilder_Tests.cs (1)
187manager.EndBuild();
Graph\ResultCacheBasedBuilds_Tests.cs (1)
111buildManager.EndBuild();
Microsoft.Build.UnitTests.Shared (2)
EngineTestEnvironment.cs (1)
56BuildManager.DefaultBuildManager.EndBuild();
ObjectModelHelpers.cs (1)
2133_buildManager.EndBuild();
Microsoft.Build.Utilities.UnitTests (6)
MuxLogger_Tests.cs (6)
36buildManager.EndBuild(); 119buildManager.EndBuild(); 160buildManager.EndBuild(); 216buildManager.EndBuild(); 267buildManager.EndBuild(); 320buildManager.EndBuild();
MSBuild (1)
XMake.cs (1)
1627buildManager.EndBuild();